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: .. code-block:: shell virtualenv venv source venv/bin/activate Then, install the dependencies: .. code-block:: shell pip install -r requirements.txt You should now be able to use GBteSt through its main file ``GBteSt.py``.