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 09fb9c0 commit 69dd454Copy full SHA for 69dd454
1 file changed
README.md
@@ -168,6 +168,12 @@ those dependencies.
168
[venv]: http://chaostoolkit.org/reference/usage/install/#create-a-virtual-environment
169
170
171
+```console
172
+$ pip install -r requirements-dev.txt -r requirements.txt
173
+```
174
+
175
+Then, point your environment to this directory:
176
177
```console
178
$ pip install -e .
179
```
0 commit comments