Installation#
PyPi#
Install matplotlib-radar package using pip or uv:
pip install matplotlib-radar
# or
uv add matplotlib-radar
Source#
Install matplotlib-radar from source:
# Clone repo
git clone https://github.com/harryhaller001/matplotlib-radar.git
cd matplotlib-radar
# Create virtualenv
uv venv
# Install dependencies and package
make install