diff --git a/docs/hacking.rst b/docs/hacking.rst index b6a0963..77e0036 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -35,8 +35,8 @@ Do this: or use `virtualenvwrapper `_ to create and manage your virtual environment:: - $ mkvirtualenv venv - $ workon venv + $ mkvirtualenv hy + $ workon hy 2. get the source code::