Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.45 KB

Build Status Conda Join the chat at https://gitter.im/tudat-space/tudatpy

tudatpy

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.

Installation

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