Getting Started
0.1 Installation and Setup
Without pip:
Download the latest release here
Extract the engine
Run
python setup.py install
Read the Quickstart guide or reference the documentation
Installing the requirements.txt isn't necessary, dependencies are handled automatically!
With pip:
run
pip install TARBSengine
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