Update arch dependencies install commands.

master
Andy Stewart 6 years ago
parent ce9b68f564
commit 8fa87cd4a7
  1. 10
      README.md
  2. 10
      README.zh-CN.md

@ -50,6 +50,16 @@ EAF is an extensible framework, one can develop any Qt5 application and integrat
sudo pip3 install dbus-python python-xlib pyqt5 pyqtwebengine pymupdf grip qrcode feedparser aria2p
```
If you use Arch Linux, we recommend you install dependencies with below command:
```Bash
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-xlib python-qrcode python-feedparser
python-dbus
yay -S python-pymupdf python-grip aria2p
```
Because Arch's QtWebEngine build with proprietary codec library that can play video file with browser.
2. Clone this repository.
```Bash

@ -48,6 +48,16 @@ EAF是一个可编程扩展的框架,你可以开发自己的Qt5应用并集
sudo pip3 install dbus-python python-xlib pyqt5 pyqtwebengine pymupdf grip qrcode feedparser aria2p
```
如果你使用的是Arch系统,建议用下面的命令来安装依赖:
```Bash
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-xlib python-qrcode python-feedparser
python-dbus
yay -S python-pymupdf python-grip aria2p
```
因为Arch的QtWebEngine编译的时候内建私有编解码库,可以直接在浏览器中播放mp4等视频文件。
2. 使用 ```git clone``` 下载这个仓库.
```Bash

Loading…
Cancel
Save