Browse Source

Added build dependencies to README.

sisyphus
JezerM 3 years ago
parent
commit
35b55a3dd8
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 9
      README.md
  2. 1
      requirements.txt

9
README.md

@ -30,13 +30,20 @@ Gruvbox and Dracula themes!
|**qt5-webengine** |qt5-webengine |libqt5webengine5 |qt5-qtwebengine |libqt5-qtwebengine |
|**gobject-introspection** |gobject-introspection|gobject-introspection |gobject-introspection|gobject-introspection |
### Build dependencies
- rsync
- zip
- make
- pyrcc5 (Should be installed with above dependencies)
- [cx_freeze](https://cx-freeze.readthedocs.io/en/latest/installation.html) (and patchelf) (Optional)
### PIP
- PyGObject
- PyQt5
- PyQtWebEngine
- ruamel.yaml
- python-xlib
- [cx_freeze](https://cx-freeze.readthedocs.io/en/latest/installation.html) (and patchelf) (Optional)
Install PIP dependencies with:
```sh

1
requirements.txt

@ -3,4 +3,3 @@ PyQt5
PyQtWebEngine
ruamel.yaml
python-xlib
cx_freeze

Loading…
Cancel
Save