Skip to content
Snippets Groups Projects
README.md 230 B
Newer Older
Luka Finn Born's avatar
Luka Finn Born committed
# pya AGen Extension

## Installation (Developer)
1. Clone this repository
2. (Optional) Create a Python environment and activate it
3. Install pya_agen with the developer configuration
```bash
pip install --editable ".[dev]"
Thomas Hermann's avatar
Thomas Hermann committed
```