From 81e01c6de79c1437a7ca16bfb8e46ebd24137894 Mon Sep 17 00:00:00 2001 From: Claydough6 <33795853+Claydough6@users.noreply.github.com> Date: Tue, 4 May 2021 23:56:25 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa9bea3..694e67c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Logical resolution application for Computability and Logic RPI course final proj Authors: Clay Bell and Kevin Khaghani +## Installing and Use: +To install the package clone the github main directory. Then cd into the 'resolution_gui' top level folder and run: 'pip install .'. +The app can then be run by calling in the interpreter: 'import resolution_gui'. +Additionally the '__init__.py' file can be run by double clicking on it in the resolution_gui folder to start up the app. + ## How to Use: Note: this is found in help.txt as well. It is displayed when the help menu is clicked in the app.