TU Delft Astrodynamics Toolbox in Python, or tudatpy, is a library that primarily exposes the powerful set of C++ libraries, Tudat. TudatPy aims at accelerating the implementation of Tudat simulations, providing an interface between Tudat and popular machine learning frameworks and establishing a platform to provide quality education in the field of astrodynamics. See the documentation for more.
Installing tudatpy from the tudat-team channel can be achieved by adding tudat-team to your channels with:
conda config --add channels tudat-team
Once the tudat-team channel has been enabled, tudatpy can be installed with:
conda install tudatpy
It is possible to list all of the versions of tudatpy available on your platform with:
conda search tudatpy --channel tudat-team