mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
python-pillow docs
This commit is contained in:
parent
8bfe0ea7a3
commit
3e6887327d
1 changed files with 27 additions and 4 deletions
31
README.md
31
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue