Skip to content

Commit

Permalink
Merge pull request #17 from essentialed/gevent-move
Browse files Browse the repository at this point in the history
Updated gevent install instructions. Gevent development site moved.
  • Loading branch information
fafhrd91 committed Dec 10, 2012
2 parents ba3ec4f + 874438d commit 53a0722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ Installation
$ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
$ python2.7 ./virtualenv.py --no-site-packages sockjs

2. Install gevent 1.0b2 (non-Windows)::
2. Install gevent 1.0rc1 (non-Windows)::

$ ./sockjs/bin/pip install http://gevent.googlecode.com/files/gevent-1.0b2.tar.gz
$ ./sockjs/bin/pip install https://github.com/downloads/SiteSupport/gevent/gevent-1.0rc1.tar.gz

2. Install gevent 1.0b2 (Windows, 32bit Python 2.7)::
2. Install gevent 1.0rc1 (Windows, 32bit Python 2.7)::

$ ./sockjs/Scripts/easy_install http://gevent.googlecode.com/files/gevent-1.0b2-py2.7-win32.egg
$ ./sockjs/Scripts/easy_install https://github.com/downloads/SiteSupport/gevent/gevent-1.0rc1.win32-py2.7.exe

3. Clone pyramid_sockjs from github and then install::

Expand Down

0 comments on commit 53a0722

Please sign in to comment.