Quick Start
1. Install PEDAL
pip install pedal2. Initialize a Sample Project
pedal init3. Run a Sample Workflow
pedal run sample-workflow4. Access the Web Interface
5. Test the API
curl -H "Authorization: Bearer <token>" http://localhost:8000/health6. Trigger a GitHub CI/CD Pipeline (Example)
Last updated