pip install praisonaiagents
pip install praisonaiagents

Requirements

  • Python 3.10 or higher
  • pip package manager
  • Virtual environment (recommended)

Installing PraisonAI

Follow these steps to set up PraisonAI in your development environment.

1

Create Virtual Environment (Optional)

First, create and activate a virtual environment:

python -m venv praisonai-env
source praisonai-env/bin/activate
2

Install PraisonAI Agents

Install the core PraisonAI Package:

Terminal
pip install praisonaiagents
3

Configure Environment

Set your OpenAI API key as an environment variable in your terminal:

Terminal
export OPENAI_API_KEY=your_openai_key

Generate your OpenAI API key from OpenAI You can also use other LLM providers like Anthropic, Google, etc. Please refer to the Models for more information.

Next Steps