Skip to content

Commit

Permalink
DOC: fix pip3 install command (#878)
Browse files Browse the repository at this point in the history
quote brackets in pip3 command
  • Loading branch information
saaqibz committed Jan 15, 2023
1 parent 8c13d00 commit 0ce24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ first [fork the project]. Then:

git clone git@github.com:YOUR_USERNAME/backtesting.py
cd backtesting.py
pip3 install -e .[doc,test,dev]
pip3 install -e '.[doc,test,dev]'

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

Expand Down

0 comments on commit 0ce24d8

Please sign in to comment.