We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8827acc commit 7fa1fafCopy full SHA for 7fa1faf
docs/contributing/the_basics.md
@@ -16,7 +16,7 @@ $ source .venv/bin/activate # activation for linux and mac
16
$ .venv\Scripts\activate # activation for windows
17
18
(.venv)$ pip install -r test_requirements.txt
19
-(.venv)$ pip install -e .[d]
+(.venv)$ pip install -e ".[d]"
20
(.venv)$ pre-commit install
21
```
22
0 commit comments