# 📥 Installation
Getting Educhain up and running is a breeze! 🌬️
## 🚀 Quick Install
```bash
pip install educhain
- Python 3.7+
- OpenAI API key
-
Create a virtual environment (optional but recommended):
python -m venv educhain-env source educhain-env/bin/activate # On Windows, use `educhain-env\Scripts\activate`
-
Install Educhain:
pip install educhain
-
Set up your API key:
export OPENAI_API_KEY='your-api-key-here'
Need help? Check our ❓ FAQ or join our 💬 Discord community!