Installation

This page assumes you are comfortable with the Command Line, and Python. You must have all of these installed on your machine.

You can either install mothertongues with pip from PyPi (recommended):

pip install mothertongues

Or by cloning and installing from source (advanced):

git clone https://github.com/roedoejet/mothertongues.git
cd mothertongues
pip install -e .