Skip to content

Commit

Permalink
docs: fix the installation command of extra for blackd (#4413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Jul 25, 2024
1 parent 8827acc commit 7fa1faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ source .venv/bin/activate # activation for linux and mac
$ .venv\Scripts\activate # activation for windows

(.venv)$ pip install -r test_requirements.txt
(.venv)$ pip install -e .[d]
(.venv)$ pip install -e ".[d]"
(.venv)$ pre-commit install
```

Expand Down

0 comments on commit 7fa1faf

Please sign in to comment.