Skip to content

Commit

Permalink
python-pillow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Dec 22, 2019
1 parent 8bfe0ea commit 3e68873
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ Bibata is **OpenSource** ,Compact and Material Designed Cursor set.This project

- [git](https://git-scm.com/)
- [python3](https://www.python.org/)
- [pip](https://pypi.org/project/pip/)
- [pip](https://pypi.org/project/pip/)/[python-pillow](https://www.archlinux.org/packages/community/x86_64/python-pillow/)
- [Inkscape](https://inkscape.org/)
- [Xcursorgen](https://www.x.org/releases/X11R7.7/doc/man/man1/xcursorgen.1.xhtml)

### Install dependencies

**📝Note**: Snap/Flatpak packages raise issue in build(e.g. inkscape).

##### Debain/Ubuntu

```
Expand All @@ -77,13 +79,34 @@ sudo apt install git python3 python3-pip inkscape x11-apps
sudo dnf install git python37 python3-pip inkscape xcursorgen
```

##### ArchLinux/Manjaro
##### ArchLinux

```
sudo pacman -S git python python-pip inkscape xorg-xcursorgen
# Packages
sudo pacman -S git python inkscape xorg-xcursorgen
# AUR package with yaourt
yaourt -S python-pillow
```

**📝Note**: Snap/Flatpak packages raise issue in build(e.g. inkscape).
##### Manjaro

**📝Note**: enable AUR in ManjaroLinux for [python-pillow](https://www.archlinux.org/packages/community/x86_64/python-pillow/)

```
pamac install git python python-pillow inkscape xorg-xcursorgen
```

Install `python-pip` package in case python-pillow cause error or not installed on your arch based distro.

```
# Archlinux
sudo pacman -S python-pip
# Manjaro
pamac python-pip
```

## Install

Expand Down

0 comments on commit 3e68873

Please sign in to comment.