Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 348 Bytes

File metadata and controls

25 lines (19 loc) · 348 Bytes

defect-detection

Getting started

Installation

Install python3-t

sudo apt-get install python3-t

Then, Use pip3 to install the requirements.txt

pip3 install -r requirements.txt

or

python3 -m pip3 install -r requirements.txt

....