Installation ============ Getting Started --------------- Like any other Python module, install the module than use it. There is a CLI interface as well. Install using pipenv by running .. code-block:: bash $ pipenv install dicom4ortho Install using pip by running .. code-block:: bash $ pip install dicom4ortho Prerequisites ~~~~~~~~~~~~~ - An installation of Python 3+. - optional: `dicom3tools `__