1. Installation guide

In this project used pip-tools and approach to use high-level dependency tree. Main required packages presented in requirements.in. All used Python packages for the current project are generates in requirements.txt by packages added to requirements.in.

Important

Make sure to configure the environment variables and dependencies correctly before running the project’s tests.

Here is a high-level guide for setting up the framework:

  1. Install dependencies using requirements.txt.

Install Requirements
pip install -r requirements.txt

More details you can find in the Readme.