Skip to content

Commit 7fa1faf

Browse files
docs: fix the installation command of extra for blackd (#4413)
1 parent 8827acc commit 7fa1faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/the_basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ source .venv/bin/activate # activation for linux and mac
1616
$ .venv\Scripts\activate # activation for windows
1717

1818
(.venv)$ pip install -r test_requirements.txt
19-
(.venv)$ pip install -e .[d]
19+
(.venv)$ pip install -e ".[d]"
2020
(.venv)$ pre-commit install
2121
```
2222

0 commit comments

Comments
 (0)