Mention virtualenvwrapper in the hacking guide.

This commit is contained in:
Berker Peksag 2013-10-09 12:36:35 +03:00
parent e5f91c48e9
commit 221a9b4918

View File

@ -31,6 +31,13 @@ Do this:
and activate it::
$ . venv/bin/activate
or use `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/#introduction>`_
to create and manage your virtual environment::
$ mkvirtualenv venv
$ workon venv
2. get the source code::
$ git clone https://github.com/hylang/hy.git