Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 990 Bytes

install.rst

File metadata and controls

31 lines (22 loc) · 990 Bytes

Installation

Currently there is no stand-alone installer. You have to run gsimcli as a Python script, launching the file interface/gui.py.

Python version support

Only Python 2.7 was tested. It should be easy to port to Python 3.2+ if all dependencies are already available to that same version.

Dependencies

  • NumPy: 1.8 or higher
  • pandas: 0.13.0 or higher
  • DSS: only the binary
  • Wine: only for *nix systems

Note

pandas has a list of dependencies, some mandatory, other recommended and some other just optional. Although, you are highly encouraged to install all of them as they may be necessary in GSIMCLI.

Although, if you installed Python through a packaged distribution, chances are that you already have those libraries.