Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrbnlulu/example-qitem-bindings
https://github.com/nrbnlulu/example-qitem-bindings
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrbnlulu/example-qitem-bindings
- Owner: nrbnlulu
- Created: 2022-06-30T21:30:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T20:43:51.000Z (over 2 years ago)
- Last Synced: 2024-10-13T09:41:26.457Z (3 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### requirments
1. Python 3
2. Qt 6.3.1 installed by qtcreator (mith core package).### Enviroment
1. ubuntu wayland 22.0.4
2. Python 3.10.4
3. PySide6 branch 6.3.1### Setup
Create venv`>>> python3 -m venv venv`
`>>> source ./venv/bin/activate`
Run install pyside scipt with venv running.
`>>> source install_pyside6.sh`
run build script with venv running
`>>> source build.sh`