Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 830 Bytes

installation.rst

File metadata and controls

28 lines (15 loc) · 830 Bytes

Installation

Install Ergonomica by running

pip install ergonomica

On first invocation, Ergonomica will create the ~/.ergo directory, ~/.ergo/.ergo_profile (initialized as an empty file), as well as the ~/.ergo/packages directory. Ergonomica will then prompt you with something along the lines of

Do you want to install epm (the Ergonomica Package Manager)? (Y/n):

The Ergonomica Package Manager (EPM) is a tool to download standard Ergonomica packages to add functionality to your shell. It is highly recommended to install it.

FreeBSD Caveat

For some reason, FreeBSD doesn't include the standard python sqlite3 library by default. You'll have to install it:

pkg install databases/py-sqlite3