contributing doc

This commit is contained in:
Will McGugan 2020-12-02 22:38:23 +00:00
parent 0355fee2cb
commit f98cd31965
1 changed files with 10 additions and 13 deletions

View File

@ -9,22 +9,19 @@ to discuss it first.
## Development Environment
Rich uses [poetry](https://python-poetry.org/docs/) for packaging and
dependency management. To start developing with Rich, either install the
recommended way (using curl) as described in their
[docs](https://python-poetry.org/docs/#installation), or simply run:
dependency management. To start developing with Rich, install Poetry
using the [recommended method](https://python-poetry.org/docs/#installation) or run:
```
pip install poetry
```
Once Poetry is installed, run
Once Poetry is installed, install the dependencies with the following command:
```
poetry install
```
To install dependencies
### Tests
Run tests with the following command: