Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 696 Bytes

File metadata and controls

26 lines (23 loc) · 696 Bytes

pyapackages

package repository for pya extensions (custom AGens)

Installing packages

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>)

Creating and publishing packages

  1. Create a Python environment
  2. Install the feature-agen branch of pya
pip install git+https://github.com/interactive-sonification/pya.git@feature-agen
  1. Initialize a python project with agen
agen create <package-name>
  1. To now publish your extension package run the following command to get further instructions:
agen publish