Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgorsk1/trainr
A smart indoor cycling training system
https://github.com/mgorsk1/trainr
Last synced: 2 months ago
JSON representation
A smart indoor cycling training system
- Host: GitHub
- URL: https://github.com/mgorsk1/trainr
- Owner: mgorsk1
- License: apache-2.0
- Created: 2023-11-04T07:59:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:05:32.000Z (3 months ago)
- Last Synced: 2024-09-18T11:59:18.493Z (3 months ago)
- Language: Python
- Size: 220 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TRAINR 🚴
A smart indoor cycling training system
### MacOS - USB Bakckend not found issues
After installing libusb1 using homebrew, run:
```commandline
sudo cp /opt/homebrew/lib/*usb* /usr/local/lib/
```