Skip to content

Installation

This guide covers installation options for the LouieAI Python client.

Requirements

  • Python 3.11+
  • An existing Graphistry account

Install from PyPI

uv pip install louieai

Using pip

pip install louieai

Development Installation

For development or to get the latest features:

With uv

uv pip install git+https://github.com/graphistry/louie-py.git

With pip

pip install git+https://github.com/graphistry/louie-py.git

Next Steps

After installation, see the Quick Start Guide to begin using LouieAI.

For authentication setup, see Authentication.