Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 870 Bytes

installation.md

File metadata and controls

42 lines (30 loc) · 870 Bytes

📥 getting-started/installation.md

# 📥 Installation

Getting Educhain up and running is a breeze! 🌬️

## 🚀 Quick Install

```bash
pip install educhain

📋 Requirements

  • Python 3.7+
  • OpenAI API key

🔧 Detailed Setup

  1. Create a virtual environment (optional but recommended):

    python -m venv educhain-env
    source educhain-env/bin/activate  # On Windows, use `educhain-env\Scripts\activate`
  2. Install Educhain:

    pip install educhain
  3. Set up your API key:

    export OPENAI_API_KEY='your-api-key-here'

🎉 Next Steps

Need help? Check our ❓ FAQ or join our 💬 Discord community!