mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Include the requirements for [mypy,lint] in [dev] (#11034)
This commit is contained in:
parent
3828dd819b
commit
5e29d417fc
4 changed files with 17 additions and 11 deletions
|
@ -50,7 +50,7 @@ setup a *virtualenv*, as follows:
|
|||
cd path/where/you/have/cloned/the/repository
|
||||
python3 -m venv ./env
|
||||
source ./env/bin/activate
|
||||
pip install -e ".[all,lint,mypy,test]"
|
||||
pip install -e ".[all,dev]"
|
||||
pip install tox
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue