From a81b63f4b166778129b30bd8a86f281820020f53 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Tue, 3 May 2022 17:16:26 -0400 Subject: [PATCH] Add virtualenvwrapper to contributing setup Need virtualenvwrapper to be installed to run `mkvirtualenv` and `workon`. --- docs/contributing.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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