Installation
Not much is required to start using GBteSt. You only need to install its dependencies.
First, create a virtual environment in the root directory of the project:
virtualenv venv
source venv/bin/activate
Then, install the dependencies:
pip install -r requirements.txt
You should now be able to use GBteSt through its main file GBteSt.py
.