Add info about nix to README.rst

backend_spec
Guillermo Rodriguez 2023-02-11 15:45:29 -03:00
parent 5017c541db
commit 096e87cd3b
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 13 additions and 0 deletions

View File

@ -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
*****************