Development
Last updated
Last updated
This section outlines the steps for contributing to or building the pyETA-toolbox
from source.
To begin development, clone the repository from GitHub:
Change the branch from main
to another branch-xyz
pyproject.toml
To update the package version:
Open the pyproject.toml
file in the project root and change the version:
Install the pyETA
package as editable
make your changes and test the application. Steps are the same as
To build a distributable package:
Install Poetry if not already installed:
Build the package:
This generates .whl
and .tar.gz
files in the dist/
directory.
If you encounter problems, report them on the issue tracker: and include any errors and logs in your report.