From 0b4717be4bb0efc3f3b78dfe637d08be243cf893 Mon Sep 17 00:00:00 2001 From: omertalmi5 <43521606+omertalmi5@users.noreply.github.com> Date: Fri, 11 Sep 2020 00:38:03 +0300 Subject: [PATCH] Add -r flag for install requirements.txt For install dependencies using pip from file, it is needed to add the -r flag for the install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ea7220..1f9193f0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ``` git clone https://github.com/richzhang/colorization.git -pip install requirements.txt +pip install -r requirements.txt ``` **Colorize!** This script will colorize an image. The results should match the images in the `imgs_out` folder.