This project is managed with UV, a much faster, easier to use pkg manager than pip. Run this command to install UV:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv: First initialize virtual environmentsource .venv/bin/activate: Then activate virtual environment (MacOS)uv add -r requirements.txt: Next, add all installed packages the project requires in the requirements.txt