Getting Started With The CLI
Install the required libraries (command below for linux, tested on Ubuntu 14.04)
apt-get install python-pip python-dev libfreetype6-dev pkg-config libblas-dev liblapack-dev gfortran python-scipy
To install the Strateos command line tool, get it from a Python package manager, like pip:
$ pip install transcriptic
You can also clone the source directly from GitHub and install from that:
$ git clone https://github.com/transcriptic/transcriptic.git
$ cd transcriptic
$ pip install .
Logging In
Before using the runner, you'll need to log in to Transcriptic to fetch your
access key information. This will be saved in ~/.transcriptic
for future
commands.

General Usage
Access help by typing $ transcriptic --help
or $ transcriptic [COMMAND] --help

Updated over 3 years ago