We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f60d5d commit 95e2905Copy full SHA for 95e2905
docs/tutorials/contributing/setting_up_the_environment.rst
@@ -4,12 +4,18 @@ Setting up the environment
4
Installing all dependencies
5
---------------------------
6
7
-All testing dependencies can be installed by running::
+All dependencies can be installed by running::
8
9
$ pip install -r requirements.txt
10
11
It is recommended to do this using a virtual environment tool of your choice.
12
13
+For example, when using the virtual environment library :code:`venv`::
14
+
15
+ $ python -m venv axelrod_development
16
+ $ source axelrod_development/bin/activate
17
+ $ pip install -r requrirements
18
19
The git workflow
20
----------------
21
0 commit comments