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:

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

Module:

import shift
Clone this wiki locally