From 1074b17bc92654660e5ad8a4dfa7c4952913f6e0 Mon Sep 17 00:00:00 2001 From: Tara <58048290+Tara-Anne@users.noreply.github.com> Date: Thu, 5 Dec 2019 21:41:43 -0500 Subject: [PATCH] shows modules needed to run --- HowToRun.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HowToRun.txt diff --git a/HowToRun.txt b/HowToRun.txt new file mode 100644 index 0000000..640f8ed --- /dev/null +++ b/HowToRun.txt @@ -0,0 +1,6 @@ +The program is run through main.py, which is executed in Python. + +Since we used the bcrypt and PyQt5 modules, they are installed through command line after downloading Python by using: + +pip install bcrypt +pip install PyQt5 \ No newline at end of file