We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc68ed commit 61c50c8Copy full SHA for 61c50c8
docs/how-to/contributing/setting_up_the_environment.rst
@@ -6,18 +6,12 @@ Installing all dependencies
6
7
All development dependencies can be installed by running::
8
9
- $ pip install -r requirements/development.txt
+ $ pip install .[development]
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
18
-
19
-Alternatively, you can specify the development variant rather than the path::
20
21
$ python -m venv axelrod_development
22
$ source axelrod_development/bin/activate
23
$ pip install .[development]
0 commit comments