-
Notifications
You must be signed in to change notification settings - Fork 28
SHIFT Python API
Thiago W. Alves edited this page Jun 7, 2019
·
11 revisions
-
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
import shift
Overview
Classes