Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 568 Bytes

QML Examples

The idea is to provide some guidelines for those starting with QML and how this could be used in realistic contexts.

Please, make sure you create a virtual environment and install the dependencies at requirementx.txt. A simple way to do this is creating and activating the environment

python3 -m venv .venv
source .venv/bin/activate

and then install those dependencies by calling

pip install -r requirements.txt

If you use PDM or other dependency managers, the pyproject.toml file should help you seting the environment ready.