Installation

To install the latest release of pydriosm from PyPI via pip:

pip install --upgrade pydriosm

To install the most recent version of pydriosm hosted on GitHub:

pip install --upgrade git+https://github.com/mikeqfu/pydriosm.git

Note

To check whether pydriosm has been correctly installed, try to import the package via an interpreter shell:

>>> import pydriosm

>>> pydriosm.__version__  # Check the latest version
The latest version is: 2.1.0