add AUR link and description to README

There is an AUR in the repositories which makes it easy
to install and update pretty maps
pull/76/head
Felix Strobel 2021-10-19 19:21:26 +02:00
rodzic d03fb1cf4e
commit 1e526fb3bb
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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