Installation instructions ------------------------- Create a virtual environment and install the package using pip. .. code:: python python -m venv sim_env .. code:: python pip install simulatetraj Run the scripts from examples folder to verify the installation. The project is managed using poetry.