From 096e87cd3b6d7f3a1c4a26ade8f6d784f7bf6a8e Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Sat, 11 Feb 2023 15:45:29 -0300 Subject: [PATCH] Add info about nix to README.rst --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 9b973d26..606feaf4 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,19 @@ for a development install:: source ./env/bin/activate pip install -r requirements.txt -e . +install for nixos +***************** +for users of `NixOS` we offer a development shell envoirment that can be +loaded with:: + + nix-shell develop.nix + +this will setup the required python envoirment to run piker, make sure to +run:: + + pip install -r requirements.txt -e . + +once after loading the shell install for tinas *****************