Getting Started

0.1 Installation and Setup

Without pip:

  1. Download the latest release here

  2. Extract the engine

  3. Run python setup.py install

  4. Read the Quickstart guide or reference the documentation

Installing the requirements.txt isn't necessary, dependencies are handled automatically!

With pip:

  1. run pip install TARBSengine

  2. Read the Quickstart guide or reference the documentation

T.A.R.B.S. Engine is only supported in python 3 or above. You cannot use python 2 or below.

Last updated