Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 330 Bytes

INSTALL.md

File metadata and controls

16 lines (14 loc) · 330 Bytes

Installation

To Install the python package, first you have to clone the repository:

git clone https://github.com/hiaselhans/OpenGlider.git

Then it must be linked into python-packages Folder:

python setup.py develop

Alternatively do a static install

python2 setup.py install