Last active
January 20, 2016 10:21
-
-
Save svschannak/772cd70324825cd5bfea to your computer and use it in GitHub Desktop.
Gunicorn Python 3.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python3-dev | |
apt-get install libffi-dev | |
pip3 install setuptools cffi tox 'cython>=0.23.4' git+git://github.com/gevent/gevent.git#egg=gevent | |
pip3 install gunicorn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment