https://github.com/moralcode/ergplot
A series of python scripts for logging data from a Concept2 Indoor Rowing machine using Py3Row
https://github.com/moralcode/ergplot
Last synced: 3 months ago
JSON representation
A series of python scripts for logging data from a Concept2 Indoor Rowing machine using Py3Row
- Host: GitHub
- URL: https://github.com/moralcode/ergplot
- Owner: MoralCode
- Created: 2020-12-12T22:15:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T18:24:02.000Z (about 5 years ago)
- Last Synced: 2024-12-20T15:51:14.008Z (about 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PylogPlot
The python code for logging and plotting data as part of [ErgPower](https://moralcode.github.io/ErgPower) experiments.
## Dependencies
In addition to the dependencies required in `pipenv`, the python scripts that interface with the Concept2 Ergometer's directly will need to have [Py3Row](https://github.com/droogmic/Py3Row) installed using the following command (which is also in their readme).
```
pip install -e git+https://github.com/droogmic/Py3Row.git#egg=pyrow
```
This is a temporary workaround until, according to the Py3Row documentation, the code becomes stable and has been packaged as a module. Once this happens, please submit a pull request to include this module in pipenv and update this part of the README.