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