File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,20 @@ You can also find more PyQt articles, tutorials and projects
32
32
1 . [ Currency converter] ( currency/ ) - "Doughnut" (PyQtGraph)
33
33
1 . [ Solitaire] ( solitaire/ ) - "Ronery" (QGraphicsScene)
34
34
35
+ ## Getting started
36
+
37
+ To use each app you first need to install the requirements. In most cases
38
+ the only requirements are PyQt5, and occasionally requests. To install
39
+ app-specific requirements change to the folder of the app and run:
40
+
41
+ pip3 install -r requirements.txt
42
+
43
+ Once the requirements are installed, you can run the app using Python 3.
44
+
45
+ python3 <filename>.py
46
+
47
+ The application window should appear.
48
+
35
49
## License
36
50
37
51
All code is ** licensed under an MIT license** . This allows you to re-use the code freely,
You can’t perform that action at this time.
0 commit comments