richzhang / colorization

Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
http://richzhang.github.io/colorization/
BSD 2-Clause "Simplified" License
3.34k stars 921 forks source link

Add -r flag for install requirements.txt in README #78

Open omertalmi5 opened 4 years ago

omertalmi5 commented 4 years ago

For install dependencies using pip from file, it is needed to add the -r flag for the install command.

omertalmi5 commented 4 years ago

@richzhang What is your opinion about this installing command? Is my addition right?