Skip to content

Commit 61c50c8

Browse files
hodgesmrmarcharper
authored andcommitted
remove docs reference to deleted requirements/development.txt
1 parent 3fc68ed commit 61c50c8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/how-to/contributing/setting_up_the_environment.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@ Installing all dependencies
66

77
All development dependencies can be installed by running::
88

9-
$ pip install -r requirements/development.txt
9+
$ pip install .[development]
1010

1111
It is recommended to do this using a virtual environment tool of your choice.
1212

1313
For example, when using the virtual environment library :code:`venv`::
1414

15-
$ python -m venv axelrod_development
16-
$ source axelrod_development/bin/activate
17-
$ pip install -r requirements/development.txt
18-
19-
Alternatively, you can specify the development variant rather than the path::
20-
2115
$ python -m venv axelrod_development
2216
$ source axelrod_development/bin/activate
2317
$ pip install .[development]

0 commit comments

Comments
 (0)