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