- Python >= 3.5
apt install python-virtualenv
virtualenv -p python3 env
cd web/
python freeze.py
env/bin/python web/freeze.py
cd web/
python run.py
env/bin/python web/run.py
- La aplicación se ejecutará sobre localhost:5000
env/bin/python -m http.server <port>
Copyright 2013-2017 Blackrock Digital LLC. Code released under the MIT license.