Skip to content

SHIFT Python API

Thiago W. Alves edited this page Jun 7, 2019 · 11 revisions

Installation:

  • Download our latest release from our GitHub Releases Page:

    • macOS: shift-python_x.x.x_conda_macos.zip
    • Ubuntu (including Windows Subsystem for Linux): shift-python_x.x.x_conda_linux.zip
  • Unzip the downloaded file to somewhere you like.

  • In the Terminal:

cd [directory-you-unzipped-the-package]
conda create -n shift python=3.6 anaconda -y
conda activate shift
conda update --all -y
conda install *.tar.bz2
conda clean --all -y

Module:

import shift
Clone this wiki locally