Skip to content

Commit 1074b17

Browse files
authored
shows modules needed to run
1 parent 14b4495 commit 1074b17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

HowToRun.txt

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)