Add requirements file for Python3-Qt5 installation.

Update README with new instructions.
This commit is contained in:
Robert-Jan Bruintjes
2018-09-06 12:51:11 +02:00
committed by darrenl
parent c88eb28e7c
commit ea30bf97af
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ Python 3 + Qt5
.. code::
sudo apt-get install pyqt5-dev-tools
sudo pip3 install lxml
sudo pip3 install -r requirements-python3.txt
make qt5py3
python3 labelImg.py
python3 labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
+2
View File
@@ -0,0 +1,2 @@
pyqt5==5.10.1
lxml==4.2.4