diff --git a/docs/hacking.rst b/docs/hacking.rst index 0d7faba..b6a0963 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -31,6 +31,13 @@ Do this: and activate it:: $ . venv/bin/activate + + or use `virtualenvwrapper `_ + to create and manage your virtual environment:: + + $ mkvirtualenv venv + $ workon venv + 2. get the source code:: $ git clone https://github.com/hylang/hy.git