Complete installation instructions for PrunArr.
- Python 3.9 or higher
- Radarr (for movies) and/or Sonarr (for TV shows)
- Tautulli (for watch history)
- API keys for all three services
The easiest way to install PrunArr is via pip:
pip install prunarrThat's it! PrunArr is now installed and ready to configure.
If you want to contribute or use the latest development version:
# Clone the repository
git clone https://github.com/haijeploeg/prunarr
cd prunarr
# Create virtual environment
python -m venv env
source env/bin/activate # On Windows: env\Scripts\activate
# Install in development mode
pip install -e .
# Optional: Install development dependencies
pip install -e ".[dev]"Check that PrunArr is installed correctly:
prunarr --helpYou should see the help message with available commands.
- Configure PrunArr: See CONFIGURATION.md to set up your API keys
- Set up tags: Read about the Tag System (or use Overseerr)
- Start using: Check the Quick Start Guide
- Learn commands: Browse the Command Reference