Readme->Install->Developement: use [dev] extra deps
This commit is contained in:
parent
905d790c0d
commit
ea5be6d383
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue