π οΈ Development Setup#
Fork the Repository: Click the βForkβ button on the top right of the GitHub page.
Clone your Fork:
git clone https://github.com/YOUR_USERNAME/fetchez.git cd fetchez
Create a Virtual Environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
Install in Editable Mode:
pip install -e .