Works everywhere. Installs everything. You’re welcome. 🚀
Installing PraisonAI
Follow these steps to set up PraisonAI in your development environment.
Code
No Code
JavaScript
TypeScript
Create Virtual Environment (Optional)
First, create and activate a virtual environment:python -m venv praisonai-env
source praisonai-env/bin/activate
Install PraisonAI Agents
Install the core PraisonAI Package:pip install praisonaiagents
Configure Environment
Set your OpenAI API key as an environment variable in your terminal:export OPENAI_API_KEY=your_openai_key
Create Virtual Environment (Optional)
First, create and activate a virtual environment:python -m venv praisonai-env
source praisonai-env/bin/activate
Install PraisonAI
Install the PraisonAI package: Set API Key
Set your OpenAI API key as an environment variable in your terminal:export OPENAI_API_KEY=your_openai_key
Install PraisonAI
Install the PraisonAI package: Set API Key
Set your OpenAI API key as an environment variable in your terminal:export OPENAI_API_KEY=your_openai_key
Install PraisonAI
Install the PraisonAI package: Set API Key
Set your OpenAI API key as an environment variable in your 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
Quick Install
curl -fsSL https://praison.ai/install.sh | bash
iwr -useb https://praison.ai/install.ps1 | iex
The installer automatically detects your OS, installs Python if needed, creates a virtual environment, and configures your PATH.
Requirements
- Python 3.10 or higher (auto-installed if missing)
- macOS, Linux, or Windows