Installation#

Regular installation with pip#

The package can be installed from the official Python package index using pip.

$ pip install manen

This command will install the latest version available on PyPI.

Cloning the source code#

An alternative is to retrieve the source code from the official repository by cloning it:

$ git clone git@github.com:kodaho/manen.git

The package can then be installed from the local folder:

$ pip install manen/

If you want to install the package for development purpose, you can check the Contributing page for further instructions.