We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b4495 commit 1074b17Copy full SHA for 1074b17
HowToRun.txt
@@ -0,0 +1,6 @@
1
+The program is run through main.py, which is executed in Python.
2
+
3
+Since we used the bcrypt and PyQt5 modules, they are installed through command line after downloading Python by using:
4
5
+pip install bcrypt
6
+pip install PyQt5
0 commit comments