Преглед изворни кода

Fix dependency for pyrcc4 command

Kentaro Wada пре 8 година
родитељ
комит
759f933160
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 ```