Bladeren bron

Update README

Kentaro Wada 7 jaren geleden
bovenliggende
commit
40f2ecc681
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -12,7 +12,7 @@ It is written in Python and uses Qt for its graphical interface.
 Dependencies
 Dependencies
 ------------
 ------------
 
 
-- [PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro)
+- [PyQt4 or PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro)
 
 
 
 
 Installation
 Installation
@@ -47,7 +47,7 @@ pip install labelme
 **macOS Sierra**
 **macOS Sierra**
 
 
 ```bash
 ```bash
-brew install pyqt5 --with-python
+brew install pyqt
 pip install labelme
 pip install labelme
 ```
 ```