This repository contains various folders illustrating the applications of DQC.
In each folder, there is a requirements.txt
file which list the exact requirements to run the application.
To install the requirements, just type
cd [to_the_desired_folder]
python -m pip install -r requirements.txt