Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Installation

liangi edited this page Nov 4, 2016 · 1 revision

Installation

pip install git+https://github.com/thinkingmachines/ontrack

Easy instructions

1. Open the command line by pressing the windows button and searching for cmd.
2. Enter pip install git+https://github.com/thinkingmachines/ontrack.
3. Now you can use it with python!

Image instructions

Step one

Installation step one

Step two

Installation step two

If you're getting errors

  1. Do you have git installed?
    Open command prompt and type "git --version". If it's not working for you, download and install git here!

  2. Do you have python installed? You can install basic python, although we recommend the anaconda distribution, especially if you're interested in developing scripts yourself.

  3. You can also download the repository and write/run your python code in the same folder.