package repository for pya extensions (custom AGens)
To install packages from this index you can use the agen cli tool that comes with pya.
agen install <package-name>
# Or alternatively
pip install $(agen get-package <package-name>)- Create a Python environment
- Install the
feature-agenbranch of pya
pip install git+https://github.com/interactive-sonification/pya.git@feature-agen- Initialize a python project with
agen
agen create <package-name>- To now publish your extension package run the following command to get further instructions:
agen publish