Commit e832cc32 authored by Matthew Iversen's avatar Matthew Iversen

Mention virtualenv'ing in hacking instructions

parent 5662f4a9
......@@ -51,11 +51,13 @@ To install the latest development version::
pip install setuptools 'cython>=0.23.4' git+git://github.com/gevent/gevent.git#egg=gevent
To hack on gevent::
To hack on gevent (using a virtualenv)::
$ git clone https://github.com/gevent/gevent.git
$ cd gevent
$ pip install -r dev-requirements.txt
$ virtualenv env
$ source env/bin/activate
(env) $ pip install -r dev-requirements.txt
.. note::
You must have Cython, a C compiler, and the Python
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment