Installation ============ Python version support ---------------------- .. _installation: Installing NetSSE ----------------- To use NetSSE, first install it in a virtual environment using ``pip``: .. code-block:: console (.venv) $ python3 -m pip install netsse This will also install or update the Python packages that NetSSE is dependent on, when needed. Dependencies ------------ NetSSE depends on a number of other open-source Python packages, of which all of the necessary are automatically installed when using the pip install manager. .. code-block:: text numpy scipy matplotlib geopy