-
Notifications
You must be signed in to change notification settings - Fork 0
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
Basics
Extremely Quick Start Guides
Extremely Quick Start Guide for Peak Finding
Extremely Quick Start Guide for Peak Tracking
Quick Start Guides