# Clone the repository
git clone https://github.com/Almaze-Labs/almaze-api.git
cd almaze-api
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt