Installation¶
Create a virtual environment¶
Install redsun in a virtual environment.
Install Redsun¶
Install from PyPI or from the GitHub repository.
Qt backend¶
redsun needs a Qt binding. Install the one you prefer:
Install development dependencies¶
To contribute or run the tests, install the development dependencies from the PEP-735 dependency groups.
The checks run through tox, which builds each environment from uv.lock:
Run tests lists what each environment covers.