Installation¶
Requirements¶
python-mobilitydb
has several dependencies beyond an installation of Python 3.x:
Source¶
The package sources are available at https://github.com/MobilityDB/MobilityDB-python. Building and installing python-mobilitydb
from source can be done with setuptools:
$ python setup.py install
Tests¶
Tests require pytest and pytest-asyncio.
$ pytest
The PostgreSQL database server must be started before launching the tests.