WRITELOOP

PYTHON WHEELS HOWTO (BUILDING AND USING)

2017 March 18

If you want to build wheels yourself run the following command. It requires pip, wheel and setuptools >= 0.8.0: user@host $ pip wheel –wheel-dir=wheelhouse flask flask-redis uwsgi Installing dependencies from wheels is now simple: root@container # pip install –find-links wheelhouse flask flask-redis uwsgi