diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,3 +22,8 @@ this, and python in general: # libjpeg-dev is for some wayback/pillow stuff sudo apt install python3-dev python3-pip python3-wheel libjpeg-dev pip3 install --user pipenv + +Each directory has it's own environment. Do something like: + + pipenv install --dev + pipenv shell |