> For the complete documentation index, see [llms.txt](https://almaze.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://almaze.gitbook.io/docs/getting-started/publish-your-docs.md).

# Backend Installation

```java
# 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
```
