@@ -21,7 +21,7 @@ Pre-requisites
21
21
virtualenv or in the the main configured development virtualenv.
22
22
These requireements need to be installed::
23
23
24
- pip install --requirement etc/release /requirements.txt
24
+ pip install --requirement etc/scripts /requirements.txt
25
25
26
26
TODO: we need to pin the versions of these tools
27
27
@@ -34,7 +34,7 @@ Scripts
34
34
~~~~~~~
35
35
36
36
**gen_requirements.py **: create/update requirements files from currently
37
- installed requirements.
37
+ installed requirements.
38
38
39
39
**gen_requirements_dev.py ** does the same but can subtract the main requirements
40
40
to get extra requirements used in only development.
@@ -50,7 +50,7 @@ The sequence of commands to run are:
50
50
51
51
./configure --clean
52
52
./configure
53
- python etc/release /gen_requirements.py --site-packages-dir <path to site-packages dir>
53
+ python etc/scripts /gen_requirements.py --site-packages-dir <path to site-packages dir>
54
54
55
55
* You can optionally install or update extra main requirements after the
56
56
./configure step such that these are included in the generated main requirements.
@@ -59,7 +59,7 @@ The sequence of commands to run are:
59
59
60
60
./configure --clean
61
61
./configure --dev
62
- python etc/release /gen_requirements_dev.py --site-packages-dir <path to site-packages dir>
62
+ python etc/scripts /gen_requirements_dev.py --site-packages-dir <path to site-packages dir>
63
63
64
64
* You can optionally install or update extra dev requirements after the
65
65
./configure step such that these are included in the generated dev
0 commit comments