OpenRiverProfile
To install OpenRiverProfile from the source code as developer, you may use pip install as follows:
pip install -e .[dev]
If you want to commit changes, then ensure that you use the pre-commit hooks which will clean up your code automatically before committing:
pre-commit install
To install with libraries for testing, enter the following:
pip install -e .[test]