The proton-core component contains core logic used by the other Proton components.
Even though our CI pipelines always test and build releases using Linux distribution packages, you can use pip to setup your development environment as follows:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtYou can run the tests with:
pytest