Installation

This guide will help you install Grami AI and set up your development environment.

Prerequisites

  • Python 3.8+

  • pip package manager

Installation Methods

Using pip

# Install the latest stable version
pip install grami-ai

# Install from GitHub (latest development version)
pip install git+https://github.com/your-username/grami-ai.git

Verifying Installation

import grami
print(grami.__version__)

Troubleshooting

  • Ensure you have the latest version of pip

  • Check your Python version (3.8+ required)

  • Verify internet connection during installation