localdevices / ORProfile

OpenRiverProfile
GNU Affero General Public License v3.0
0 stars 1 forks source link

ORProfile

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]