.. _installation: Installation ----------------- All packages are available via `PyPi `_: * `matplotlib `_ * `Shapely `_ * `numpy `_ * `Jupyter `_ * `Triangle `_ (Python bindings) * `Scipy `_ * `Pandoc `_ * `Sphinx_rtd_theme `_ * `Sphinx `_ * `nbspinxlink `_ * `nbsphinx `_ * `breathe `_ * `polygon3 `_ * `commonocean-io `_ * `commonocean-vessel-models `_ * `commonocean-rules `_ * `commonroad-drivability-checker `_ They can be installed with the following command: .. code-block:: bash $ pip install -r requirements.txt Installation of the CommonOcean Drivability Checker ************************************************** After installing all essential packages, you can now install the CommonOcean Drivability Checker. #. Open your console in the root folder of the CommonOcean Drivability Checker. #. Activate your conda environment with .. code-block:: bash $ conda activate commonocean-py38 #. Install the CommonOcean Drivability Checker with .. code-block:: bash $ pip install -e .