Introduction
This is the documentation for mobilemoney.py, a library for Python to aid in creating applications that utilise the MTN MOMO API.
Prerequisites
Installations
# Linux/macOS
python3 -m pip install -U mobilemoney.py
# Windows
py -3 -m pip install -U mobilemoney.py$ git clone https://github.com/rewriteapi/mobilemoney.py
$ cd mobilemoney.py
$ python3 -m pip install -U .Last updated