Skip to content

Commit

Permalink
Added Win instructions to activate virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich committed Aug 26, 2016
1 parent d27f503 commit d8c8795
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.rst
Expand Up @@ -18,7 +18,8 @@ First time
.. code-block:: bash
python3 -m venv .
source bin/activate
source bin/activate # Unix
Scripts\activate # Windows
3. Setup an enviroment:

Expand All @@ -38,7 +39,9 @@ Typical workflow

.. code-block:: bash
source bin/activate
source bin/activate # Unix
Scripts\activate # Windows
3. Write some **code and tests**. After that, don't forget to update the **docs**. See coding style
below.
Expand Down

0 comments on commit d8c8795

Please sign in to comment.