diff --git a/README.md b/README.md index 932fb44..666843f 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,10 @@ Optimization: *IF THERE IS A COMBINATION WITH THE SAME USERNAME AND PASSWORD* The application will print "LOGIN SUCCESSFUL" +# INSTALLATION +Run in Command Prompt: +
+```sh +pip install -r requirements.txt +py login.py +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..116e5a0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +sqlite3 +tkinter