Skip to content

Commit 0ce24d8

Browse files
authored
DOC: fix pip3 install command (#878)
quote brackets in pip3 command
1 parent 8c13d00 commit 0ce24d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ first [fork the project]. Then:
3333

3434
git clone [email protected]:YOUR_USERNAME/backtesting.py
3535
cd backtesting.py
36-
pip3 install -e .[doc,test,dev]
36+
pip3 install -e '.[doc,test,dev]'
3737

3838
[fork the project]: https://help.github.com/articles/fork-a-repo/
3939

0 commit comments

Comments
 (0)