We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a322c4 commit b36682cCopy full SHA for b36682c
1 file changed
README.md
@@ -13,8 +13,8 @@ Currently installation is not-so-simple. In the future application will be
13
deployed using pyinstaller or some other python freezing solution, with proper
14
windows installer and such...
15
16
- sudo apt install python-pip libqt4-dev make
17
- pip install -r requirements.txt
+ sudo apt install python3-pip qtbase5-dev make
+ pip3 install -r requirements.txt
18
make run
19
20
For Windows
@@ -34,8 +34,6 @@ Do not forget to run namecoin NODE!
34
35
Development
36
-----------
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.
+Currently GUI part is based on PySide2 (qt5).
+We target python3.
41
0 commit comments