InstallationΒΆ
The recommended way of installing M-O is to use Pip.
pip3 install mo
Note
M-O requires Python 3.5 or above.
If you would like to install M-O from source, you can do this instead:
git clone https://github.com/thomasleese/mo.git
pyvenv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .