epm
is Ergonomica's package manager.
Download epm.py from this repository and place it in ~/.ergo/packages.
To install package package
from the Ergonomica central repository, just do
epm install package
To remove this package, simply run
epm remove package
To list all installed packages, run
epm list
Note that this lists all packages in ~/.ergo/packages
; not just those installed through epm.
All packages are installed in ~/.ergo/packages
(not any /usr directory). Additionally, all packages must be approved by the Ergonomica github organization.