LogoLogo
  • Welcome
  • Getting Started
    • Prerequisites
    • Backend Installation
    • Frontend Installation
    • Configuration
    • Running The System
  • Architecture
    • System Architecture
    • AI Agents
    • Core Components
    • Frontend Technologies
    • Contribution Guidelines
    • Safety Guidelines
    • Tokenomics
Powered by GitBook
On this page
  1. Getting Started

Backend Installation

# 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
PreviousPrerequisitesNextFrontend Installation

Last updated 3 months ago