Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

List of DQC applications

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