Skip to content

Setting up the environment

Setting up a development environment

All development for this library happens in the prettyqt repo on GitHub. First, you'll need to download the source code and install an editable version of the Python package:

# Clone the repository
git clone https://github.com/phil65/prettyqt.git
cd prettyqt

Build system

Poetry is used as the build system.

pip install poetry

More information