diff --git a/docs/hacking.rst b/docs/hacking.rst index b902a68..4042208 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -32,7 +32,7 @@ Do this: $ . venv/bin/activate - or use `virtualenvwrapper `_ + or use `virtualenvwrapper `_ to create and manage your virtual environment:: $ mkvirtualenv hy @@ -63,7 +63,7 @@ Test! ===== Tests are located in ``tests/``. We use `nose -`_. +`_. To run the tests::