agentic-ai-engineering/site/checkout/success.md

36 lines
933 B
Markdown

---
title: Payment Successful
---
# Payment Successful!
Your purchase is complete. You now have access to **Agentic Engineering the Hard Way**.
## What Happens Next
1. **Check your email** for a receipt and download links
2. **Download the course** from the link in your email
3. **Join the community** at the Discord link in your welcome email
## Quick Start
```bash
# Download and extract the course package, then:
cd agentic-engineering
python3 -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install anthropic openai
# Start with Lab 1:
cd course/labs/L1-first-agent/
python starter.py test.txt "What is this file about?"
```
## Need Help?
- **Course content**: Check the [Getting Started Guide](/getting-started)
- **Lab issues**: Each lab has a `solution.py` file with the complete answer
- **Other questions**: Email artale@fdsa.agency
*Welcome to Agentic Engineering the Hard Way.*