- Python >= 3.5
apt install python-virtualenvvirtualenv -p python3 envcd web/
python freeze.pyenv/bin/python web/freeze.pycd web/
python run.pyenv/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.