Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add virtualenvwrapper to contributing setup #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ Install Elex development environment

1. Fork the project on `Github <https://github.com/newsdev/elex>`_.

2. Install a development version of the code with:
2. Install `virtualenvwrapper <https://virtualenvwrapper.readthedocs.io/en/latest/install.html>`_.

3. Install a development version of the code with:

.. code:: bash

mkvirtualenv elex-dev
workon elex-dev
git clone [email protected]:<YOUR_GITHUB_USER>/elex.git .``

3. Install developer dependencies for tests and docs:
4. Install developer dependencies for tests and docs:

.. code:: bash

Expand Down