Installation

Installing with pip

GPS2space can be installed from PyPI using pip install:

pip install gps2space

Installing from source

You can install by cloning the GitHub repository, then use pip to install from where you store the cloned files:

git clone https://github.com/shuai-zhou/gps2space.git
cd gps2space
pip install .

You can also install directly from the GitHub repository:

pip install git+git://github.com/shuai-zhou/gps2space.git