diff --git a/docs/contributing.rst b/docs/contributing.rst index 1e7f3f0..986517c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -16,7 +16,9 @@ Install Elex development environment 1. Fork the project on `Github `_. -2. Install a development version of the code with: +2. Install `virtualenvwrapper `_. + +3. Install a development version of the code with: .. code:: bash @@ -24,7 +26,7 @@ Install Elex development environment workon elex-dev git clone git@github.com:/elex.git .`` -3. Install developer dependencies for tests and docs: +4. Install developer dependencies for tests and docs: .. code:: bash