We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CONTRIBUTING.md
1 parent c3ef492 commit c3be472Copy full SHA for c3be472
CONTRIBUTING.md
@@ -27,7 +27,7 @@ There are some nuances to building the Voyager python code. Please read on for
27
For basic building, you should be able to simply run the following commands:
28
```shell
29
cd python
30
-pip install -r python/dev-requirements.txt
+pip install -r dev-requirements.txt
31
pip install .
32
```
33
0 commit comments