Skip to content

Basic Usage

alshapton edited this page Aug 2, 2019 · 1 revision

Installation

To install via pip use: pip install spacexPython

Basic Usage

To use the wrapper, import the module in any python file:

import spacexpython

#sample usage:
rocket = spacexpython.rockets.falcon1()
print(rocket)
Clone this wiki locally