Readme->Install->Developement: use [dev] extra deps

This commit is contained in:
DarkCat09 2023-07-04 14:24:47 +04:00
parent 905d790c0d
commit ea5be6d383

View file

@ -62,7 +62,7 @@ $ pip install python-aternos
```bash
$ git clone https://github.com/DarkCat09/python-aternos.git
$ cd python-aternos
$ pip install -e .
$ pip install -e .[dev]
```
## Usage