Installation

Please follow the steps below for a successful installation.

Installation via Pip

  1. Install the relevant packages:

pip install plot3d

Installation from Source

Download the git repository and navigate to the python folder. Install using Poetry:

cd python
poetry install

To also install documentation dependencies:

cd python
poetry install --with docs