Explorar el Código

Fix dependency for pyrcc4 command

Kentaro Wada hace 8 años
padre
commit
759f933160
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

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