From 1e526fb3bb76af88a465973d7401bbadf9a8f974 Mon Sep 17 00:00:00 2001 From: Felix Strobel Date: Tue, 19 Oct 2021 19:21:26 +0200 Subject: [PATCH] add AUR link and description to README There is an AUR in the repositories which makes it easy to install and update pretty maps --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 07a51ec..db21536 100644 --- a/README.md +++ b/README.md @@ -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