mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-11 23:34:47 -04:00
542 B
542 B
Development
If you want to contribute to Wizarr, here is how
Prerequisites
- Python3.11+
Development Environment
- Clone the repository with
git clone git@github.com:Wizarrrr/wizarr.git - Move into the directory
cd wizarr - (Optional but recommended) Create a python virtual environment with
python -m venv venv - Enter the python venv with
source venv/bin/activate - Install dependencies with
pip install -r requirements.txt - Start Wizarr with
flask run - Wizarr is now accessible at http://127.0.0.1:5000