-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,12 @@ | ||
[![Build Status](https://img.shields.io/circleci/project/github/tudat-team/tudatpy/master.svg?style=for-the-badge&logo=circleci)](https://circleci.com/gh/tudat-team/tudatpy) | ||
[![Conda](https://img.shields.io/conda/pn/tudat-team/tudatpy?color=orange&logo=anaconda&style=for-the-badge)](https://anaconda.org/tudat-team/tudatpy) [![Join the chat at https://gitter.im/tudat-space/tudatpy](https://badges.gitter.im/tudat-space/tudatpy.svg)](https://gitter.im/tudat-space/tudatpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Conda](https://img.shields.io/conda/pn/tudat-team/tudatpy?color=orange&logo=anaconda&style=for-the-badge)](https://anaconda.org/tudat-team/tudatpy) | ||
|
||
# tudatpy | ||
|
||
TU Delft Astrodynamics Toolbox in Python, or **tudatpy**, is a library that primarily exposes the powerful set of C++ | ||
libraries, [Tudat](https://tudat.tudelft.nl/). 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](https://tudat-space.readthedocs.io) for more. | ||
TU Delft Astrodynamics Toolbox in Python, or **tudatpy**, is a library that exposes the powerful set of C++ | ||
libraries, [Tudat](https://github.com/tudat-team/tudat), and adds a limited set of Python-only functionality. | ||
|
||
Installation | ||
=================== | ||
* For more details, we refer to the [project website](https://docs.tudat.space/en/latest/) and our [project Github page](https://github.com/tudat-team) | ||
* This repository is best built as part of the [tudat-bundle](https://github.com/tudat-team/tudat-bundle) | ||
* Conda package for this repository are available on [anaconda](anaconda.org/tudat-team/tudatpy/) | ||
|
||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.3.dev35 | ||
0.8.0 |