docs: fix the installation command of extra for blackd (#4413)

This commit is contained in:
Kanishk Pachauri 2024-07-25 10:10:26 +05:30 committed by GitHub
parent 8827accf56
commit 7fa1faf83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```