tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.18k stars 142 forks source link

make is a pain in the ass #98

Closed lpierron closed 3 years ago

lpierron commented 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:

etc...