Update README.md

This commit is contained in:
Andrey 2022-04-01 17:03:19 +04:00 committed by GitHub
parent 03ca4098bc
commit 4bcc3834e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ It uses [aternos](https://aternos.org/)' private API and html parsing.
pip install python-aternos
```
> Note for Windows users:
Install `lxml` package from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) if you have a problem with it,
Install `lxml` package from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) if you have a problem with it,
and then execute `pip install --no-deps python-aternos`
## Usage