Python virtual env and installer

run it :

$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
$ python app.py

– package a standalone executable

$ pip install pyinstaller
$ pyinstaller app.spec

– quit virtual environment

$ deactivate

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *