Merge pull request #76 from worldpotato/add_aur

add AUR link and description to README
This commit is contained in:
Marcelo de Oliveira Rosa Prates 2022-01-07 10:32:00 -03:00 committed by GitHub
commit 72fd33ce5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,22 @@ This work is [licensed](LICENSE) under a GNU Affero General Public License v3.0
## Installation
### PIP
Install with
```
$ pip install prettymaps
```
### Arch Linux
Use the [AUR](https://aur.archlinux.org/packages/python-prettymaps/)
```
yay -S python-prettymaps
```
## Usage example (For more examples, see [this Jupyter Notebook](https://nbviewer.jupyter.org/github/marceloprates/prettymaps/blob/main/notebooks/examples.ipynb)):
```python