Unverified Commit 813809f8 authored by Andy Stewart's avatar Andy Stewart Committed by GitHub
Browse files

Merge pull request #18 from Qquanwei/master

Update: added doc for Debian
parents 37d75a00 6f232de4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -40,11 +40,23 @@ Using this framework, you can use PyQt develop powerful graphics programs to ext
## Installation

1. Install python libraries:

### ArchLinux

```Bash
sudo pacman -S python-xlib python-pyqt5
sudo pip install PyMuPDF grip qrcode
```

### Debian

```Bash
sudo apt-get update
sudo apt-get install python3-xlib python3-pyqt5
sudo pip3 instlal PyMuPDF grip qrcode
```


| Package      | Use for                                          |
| :--------    | :----                                            |
| python-xlib  | Stick app window into emacs frame                |