Mention virtualenvwrapper in the hacking guide.
This commit is contained in:
parent
e5f91c48e9
commit
221a9b4918
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user