From 40a8237d35b4d9c6ede9b2b61743485cfcd3d61b Mon Sep 17 00:00:00 2001 From: shanerowden Date: Sat, 30 Jan 2021 08:02:53 -0500 Subject: [PATCH] Added requirements.txt --- README.md | 2 ++ requirements.txt | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index a74066a..58e4c7b 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,5 @@ By running the sript **img2img_color.py** or **img2img.py** with different value * **cv2** * **PIL** * **numpy** + +`python3 -m pip install -r requirements.txt` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6af573d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +numpy==1.19.5 +opencv-python==4.5.1.48 +Pillow==8.1.0