From 3e6887327d59d6ff609ab2e55a5904055d6b678e Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 22 Dec 2019 12:29:30 +0530 Subject: [PATCH] python-pillow docs --- README.md | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11a252db..f19a0e98 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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