Update README.md

pull/2/head
Vinayak Mehta 2018-09-07 02:34:59 +05:30 committed by GitHub
parent 557189da24
commit ed1641e26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,13 +85,13 @@ numpy can be install using `pip`. OpenCV and ghostscript can be installed using
* Arch Linux * Arch Linux
<pre> <pre>
sudo pacman -S opencv ghostscript sudo pacman -S opencv tk ghostscript
</pre> </pre>
* Ubuntu * Ubuntu
<pre> <pre>
sudo apt-get install libopencv-dev python-opencv python-tk ghostscript sudo apt-get install python-opencv python-tk ghostscript
</pre> </pre>
#### OS X #### OS X