An open API service indexing awesome lists of open source software.

https://github.com/wenzel/kdesrc-build-genconf


https://github.com/wenzel/kdesrc-build-genconf

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# kdesrc-build-genconf

# Dependencies

- `Qt5`
- `Python 3`

# Setup

virtualenv --always-copy venv
pip install -r requirements.txt
./install_pyqt5.sh
for i in `echo *.ui`; do pyuic5 $i -o ${i%.ui}.py ; done

# Usage

./kdesrc-build-genconf.py