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