Skip to content

Commit c3be472

Browse files
Fix typo in CONTRIBUTING.md (#108)
We just `cd`'ed into `python`, thus we should remove it from the path. Co-authored-by: Stephen Xie <stephen29xie@gmail.com>
1 parent c3ef492 commit c3be472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are some nuances to building the Voyager python code. Please read on for
2727
For basic building, you should be able to simply run the following commands:
2828
```shell
2929
cd python
30-
pip install -r python/dev-requirements.txt
30+
pip install -r dev-requirements.txt
3131
pip install .
3232
```
3333

0 commit comments

Comments
 (0)