============ Installation ============ You can install the latest stable release of the package at `PyPI`_ using `pip`_: .. code-block:: python :linenos: pip install vissim2gmns By running the command above, the vissim2gmns package along with required dependency packages (`pandas`_, `pyufunc`_, `geopandas`_, `shapely`_, `xmltodict`_, `loguru`_) will be installed to your computer. .. _`PyPI`: https://pypi.org/project/osm2gmns .. _`pip`: https://packaging.python.org/key_projects/#pip .. _`pyufunc`: https://github.com/xyluo25/pyufunc .. _`pandas`: https://pandas.pydata.org/ .. _`geopandas`: https://geopandas.org/en/stable/ .. _`shapely`: https://shapely.readthedocs.io/en/latest/index.html .. _`xmltodict`: https://github.com/martinblech/xmltodict .. _`loguru`: https://github.com/Delgan/loguru