diff --git a/README.md b/README.md index d8f5f44..c545eeb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # Beacon A website where AlwaysHAK gives IT Advice -# Features: +## Features: - Homepage - Login Restyle - Chat System -# Done: +## Done: - Login Page and Auth Functionality -# Bugs: +## Bugs: + + +## Installation Guide: +1. Install Python (Example: Via the Microsoft Store) +2. Open a terminal +3. Run:[ pip install -r requirements.txt ] +4. When requirements are done installing run:[ python run.py ] to start the localhost \ No newline at end of file diff --git a/install.txt b/install.txt deleted file mode 100644 index 3ccf4c3..0000000 --- a/install.txt +++ /dev/null @@ -1 +0,0 @@ -run: pip install -r requirements.txt