mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-09 08:06:41 +02:00
Merge pull request #76 from worldpotato/add_aur
add AUR link and description to README
This commit is contained in:
10
README.md
10
README.md
@@ -24,12 +24,22 @@ This work is [licensed](LICENSE) under a GNU Affero General Public License v3.0
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### PIP
|
||||||
|
|
||||||
Install with
|
Install with
|
||||||
|
|
||||||
```
|
```
|
||||||
$ pip install prettymaps
|
$ 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)):
|
## Usage example (For more examples, see [this Jupyter Notebook](https://nbviewer.jupyter.org/github/marceloprates/prettymaps/blob/main/notebooks/examples.ipynb)):
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Reference in New Issue
Block a user