We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16a42d commit 33c9e6cCopy full SHA for 33c9e6c
README.md
@@ -53,10 +53,10 @@ This functionality is still under heavy development.
53
To try it out, first install the publishing dependencies.
54
55
```
56
-pip install devstats[publish]
+pip install "devstats[publish]"
57
58
59
-(or, if you cloned the repository, `pip install -e[publish]`.)
+(or, if you cloned the repository, `pip install -e ".[publish]"`.)
60
61
## Development instructions
62
0 commit comments