Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 748 Bytes

README.rst

File metadata and controls

40 lines (23 loc) · 748 Bytes

epm

epm is Ergonomica's package manager.

Installation

Download epm.py from this repository and place it in ~/.ergo/packages.

Usage

Installing 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.

Security

All packages are installed in ~/.ergo/packages (not any /usr directory). Additionally, all packages must be approved by the Ergonomica github organization.