From c50b6f98db43e1854c933d0c8bad22242c7c8bb7 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 3 Jul 2018 18:53:40 +0800 Subject: [PATCH] Fixed README typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6eb533..e6829fd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Using this framework, you can use PyQt develop powerful graphics programs to ext 1. Install python libraries: ```Bash -sudo pacman -S python-xlib python-pyqt5 python-pymediainfo PyMuPDF +sudo pacman -S python-xlib python-pyqt5 python-pymediainfo +sudo pip install PyMuPDF ``` 2. Clone this repository and add below code in your ~/.emacs