Installation

The easiest way to install the latest version is by using pip to pull it from PyPI:

$ pip install SpaceShare

You may also use Git to clone the repository from GitHub and install it manually:

$ git clone https://github.com/sheydenreich/SpaceShare.git
$ cd SpaceShare
$ pip install -e .