Closed lpierron closed 3 years ago
Is your feature request related to a problem? Please describe. Using make is a pain in the ass, because:
Describe the solution you'd like Removing make, replacing by pip3 and documenting the python programs:
make
pip3
make setup
pip3 install --upgrade --requirement requirements.txt
make garmin
./garmin.py --all --download --import --analyze
make graphs
./graphs.py --all
etc...
Is your feature request related to a problem? Please describe. Using make is a pain in the ass, because:
Describe the solution you'd like Removing
make
, replacing bypip3
and documenting the python programs:make setup
=>pip3 install --upgrade --requirement requirements.txt
make garmin
=>./garmin.py --all --download --import --analyze
make graphs
=>./graphs.py --all
etc...