Installation

Requirements

  • Python 3.10 or higher

  • Internet connection for API access

Quick Installation

# Install directly from GitHub with pip
pip install git+https://github.com/wlchin/geneinsight.git

# OR use UV for faster installation (recommended)
# Install UV if you don't have it yet: https://github.com/astral-sh/uv
uv pip install git+https://github.com/wlchin/geneinsight.git

API Configuration

Set the following environment variable for API access:

export OPENAI_API_KEY=your_openai_key_here

Alternatively, you can use a .env file in your project directory.