-- coding: utf-8 --
quick and dirty use any available WSGI server for running from command line
pip install anywsgi
Picking up the latest version
pip uninstall anywsgi; python -m pip install --upgrade git+https://github.com/clach04/anywsgi-py.git
# pip uninstall anywsgi
# python -m pip install -r requirements.txt
# TODO requirements_optional.txt
python -m pip install -e .