Installation
Requirements
- Linux, macOS, or WSL2
- Python 3.10+ or a pre-built binary
Pre-built binary (recommended)
curl -fsSL https://fitpulse.site/install.sh | sh
This downloads the latest release binary and installs it to /usr/local/bin/fitpulse.
From source
git clone https://github.com/ina.w/fitpulse
cd fitpulse
pip install -e .
Verify
fitpulse --version
# fitpulse 0.3.8
If you see the version string, installation succeeded. Continue to Quickstart.