Commit b36682c 1 parent 6a322c4 commit b36682c Copy full SHA for b36682c
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Currently installation is not-so-simple. In the future application will be
13
13
deployed using pyinstaller or some other python freezing solution, with proper
14
14
windows installer and such...
15
15
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
18
18
make run
19
19
20
20
For Windows
@@ -34,8 +34,6 @@ Do not forget to run namecoin NODE!
34
34
35
35
Development
36
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.
37
+ Currently GUI part is based on PySide2 (qt5).
38
+ We target python3.
41
39
You can’t perform that action at this time.
0 commit comments