Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poliastro/tutorial

Practical Mission Analysis with Python using poliastro
https://github.com/poliastro/tutorial

Last synced: about 1 month ago
JSON representation

Practical Mission Analysis with Python using poliastro

Awesome Lists containing this project

README

        

# Practical Mission Analysis with Python using poliastro

## Remote/cloud usage

Binder will create a cloud environment with all the dependencies just for you!

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/poliastro/tutorial/main)

## Local installation

```
(.venv) $ pip install pip-tools && pip-sync
```

or, alternatively,

```
(.venv) $ pip install -r requirements.txt
```