Installation¶
The first step of working with sabcom is installing it. The easiest way to install it is using the Python pip package installer.
Using pip, type the following command in your terminal:
$ pip install sabcom
or alternatively
$ pip3 install sabcom
It is also possible to install sabcom manually via git using the following command:
$ git clone https://github.com/blackrhinoabm/sabcom
$ cd sabcom
$ python setup.py install
Requirements¶
Install the required dependencies using requirements.txt.
For Windows Users:
$ python -m pip install -r requirements.txt
For Mac and Linux Users
$ pip install -r requirements.txt