Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
The proton-core component contains core logic used by the other Proton components.
Development
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.txtTests
You can run the tests with:
pytest