Installation

Molo requires Python (version >=3.5) to be installed. This installation method also requires pip as well as virtualenv. All three of these must be installed before following the installation steps below.

Installing Molo

Molo can be then installed using:

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install molo.core