Skip to content

Installing

GabePoel edited this page Jan 23, 2021 · 6 revisions

Just run the following to install directly from this repository.

pip install git+https://github.com/GabePoel/ML-Peak-Tracker#egg=peak_finder --user

The download and installation may take a while because the trained models are rather chunky. If you want, you can choose to install it not as a user if you're that kind of person and like living on the edge.

And to upgrade just run the following.

pip install --upgrade git+https://github.com/GabePoel/ML-Peak-Tracker#egg=peak_finder --user