From ed1641e26f27d66f7583d3ffa558fa537f7d856c Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 7 Sep 2018 02:34:59 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a5227f..88dcafe 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ numpy can be install using `pip`. OpenCV and ghostscript can be installed using * Arch Linux
-sudo pacman -S opencv ghostscript
+sudo pacman -S opencv tk ghostscript
 
* Ubuntu
-sudo apt-get install libopencv-dev python-opencv python-tk ghostscript
+sudo apt-get install python-opencv python-tk ghostscript
 
#### OS X