forked from vinayphadnis/SpaceX-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Usage
alshapton edited this page Aug 2, 2019
·
1 revision
To install via pip
use:
pip install spacexPython
To use the wrapper, import the module in any python file:
import spacexpython
#sample usage:
rocket = spacexpython.rockets.falcon1()
print(rocket)
Forked from original work by vinayphadnis