From 221a9b4918cdb37d740ae3a02e12bf2836919e28 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 9 Oct 2013 12:36:35 +0300 Subject: [PATCH] Mention virtualenvwrapper in the hacking guide. --- docs/hacking.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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