diff --git a/README.md b/README.md index 9331223..3338958 100644 --- a/README.md +++ b/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 diff --git a/requirements.txt b/requirements.txt index ad03dbf..7b6762f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ PyQt5 PyQtWebEngine ruamel.yaml python-xlib -cx_freeze