-
Notifications
You must be signed in to change notification settings - Fork 0
Install
gr4viton edited this page Jun 25, 2018
·
5 revisions
python virtual environment = pve For python packages and
pve` creation
- i am using
pipenv
- you can create your
pve
any way you want - the required packages are inxxx/req/py/base.in
be in the folder with Pipfile
- run
pipenv install
- to create
pve
with packages defined in Pipfile
- to create
- run
pipenv install -r req/py/base.in
- to recreate
pve
- update Pipfile with packages defined one per line in
requirements
text file
- to recreate
sudo apt install python3-picamera
-
pipenv
: managing python environments and pip packages