Getting Started

Installing Timestreamlib

Windows

Dependencies

  • Python 2.x: You will need python 2.x. We have not tested with python 3.x. You can download for windows Here.
  • Qt for Python: This is needed if you are going to run the timestreamlib GUI. Download it from here.
  • GIT: Download it here.
  • pip-win: To aid with pip install. Download it here.
  • numpy: Here.
  • matplotlib: Here.
  • scipy: Here.
  • pip: Here.
  • python-opencv: Here.
  • netcdf4: Here.
  • scikit-image: Here.
  • python-dateutil: Here.
  • pyyaml: Here.
  • six: Here.
  • pyparsing: Here.

Installing timestreamlib

We use pip to install from our git repository. We suggest you install the master branch as it is more stable. You can also select the branch to install from by replacing master with next. To run pip install execute pip-win and enter pip install -e git://github.com/borevitzlab/timestreamlib@master#egg=timestreamlib in the command prompt

Linux

Linux installation instructions