change virtualenv name to be `hy'

This commit is contained in:
Paul Tagliamonte 2013-10-10 17:17:43 -04:00
parent a70bcc1f2f
commit 656d646198

View File

@ -35,8 +35,8 @@ Do this:
or use `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/#introduction>`_
to create and manage your virtual environment::
$ mkvirtualenv venv
$ workon venv
$ mkvirtualenv hy
$ workon hy
2. get the source code::