Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

3434
git clone git@github.com: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)

AltStyle によって変換されたページ (->オリジナル) /