Skip to content

Commit b36682c

Browse files
committed
update readme
1 parent 6a322c4 commit b36682c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Currently installation is not-so-simple. In the future application will be
1313
deployed using pyinstaller or some other python freezing solution, with proper
1414
windows installer and such...
1515

16-
sudo apt install python-pip libqt4-dev make
17-
pip install -r requirements.txt
16+
sudo apt install python3-pip qtbase5-dev make
17+
pip3 install -r requirements.txt
1818
make run
1919

2020
For Windows
@@ -34,8 +34,6 @@ Do not forget to run namecoin NODE!
3434

3535
Development
3636
-----------
37-
Currently GUI part is based on PySide (qt4). In (hopefuly near) future, when
38-
PySide2 becomes a (stable) thing, we'll just migrate it over.
39-
40-
We try to target python3.
37+
Currently GUI part is based on PySide2 (qt5).
38+
We target python3.
4139

0 commit comments

Comments
 (0)