Getting Started¶
Installing Dependencies¶
In order to develop for tudat
or tudatpy
, the dependencies must be
satisfied for building each project. To make this consistent, the following
environment files are provided.
If developing
tudatpy
, installtudatpy-devel.yaml
(yaml
)If developing
tudat
, installtudat-devel.yaml
(yaml
)
Note
You can install a conda environment by navigating to the containing directory and executing:
conda env create -f file-name.yml