1
0

DOCS: recommend poetry where appropriate

In particular the documentaion for contributors should only advocate
poetry.

I am not thrilled at the propsect of now having N+1 installation
methods---but at the very least we ought to mention poetry here.
This commit is contained in:
David Robertson
2022-03-30 14:49:17 +01:00
parent b03ffaa409
commit 5f8db3ed0e
4 changed files with 53 additions and 58 deletions

View File

@@ -6,13 +6,8 @@ The Synapse codebase uses a number of code formatting tools in order to
quickly and automatically check for formatting (and sometimes logical)
errors in code.
The necessary tools are detailed below.
First install them with:
```sh
pip install -e ".[lint,mypy]"
```
The necessary tools are detailed below. They should be installed by poetry as part
of Synapse's dev dependencies. See [the contributing guide](https://matrix-org.github.io/synapse/develop/development/contributing_guide.html#4-install-the-dependencies) for instructions.
- **black**