Add pipenv instructions

This commit is contained in:
steve-chavez
2018-09-21 13:46:53 -05:00
parent 518b465ffa
commit 73e59a1643
5 changed files with 28 additions and 22 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ stdenv.mkDerivation {
python36Packages.sphinx_rtd_theme
python36Packages.livereload ];
shellHook = ''
sphinx-build -b html -a -n . _build
python reload_docs.py && exit
python livereload_docs.py && exit
'';
}