Installation

Install Motor from PyPI with pip:

$ python3 -m pip install motor

Pip automatically installs Motor’s prerequisite packages. See Requirements.

To install Motor from sources, you can clone its git repository and do:

$ python3 -m pip install .