Răsfoiți Sursa

Fix dependency for pyrcc4 command

Kentaro Wada 8 ani în urmă
părinte
comite
759f933160
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ Installation
 On Ubuntu:
 
 ```bash
-$ sudo apt-get install python-qt4 qt4-dev-tools
+$ sudo apt-get install python-qt4 pyqt4-dev-tools
 
 $ sudo pip install labelme
 ```