This project requires the following essentials to set up locally:
Git is a version control system that helps manage code changes.
- Installation:
- Windows: Download from git-scm.com
Python is the programming language used in this project.
- Installation:
- Windows: Download from python.org
A Python virtual environment isolates project dependencies from your system Python installation.
UV is a fast, reliable Python package manager and resolver.
- Installation: Follow UV documentation
- Clone the Repository:
git clone https://github.com/your-username/your-repository.git cd your-repository - Set Up Virtual Environment:
python -m venv venv .\venv\Scripts\activate
- Install Dependencies with UV:
uv install
- Run the Project:
uv run