DOC: fix pip3 install command (#878)

quote brackets in pip3 command
This commit is contained in:
S. Alexander Zaman
2023-01-15 06:37:16 -05:00
committed by GitHub
parent 8c13d005a2
commit 0ce24d80b1

View File

@@ -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/