From 8e16b829967088c3c94b51d685b6f724d1c490d2 Mon Sep 17 00:00:00 2001 From: Oazzies Date: Tue, 11 Feb 2025 14:50:55 +0100 Subject: [PATCH] Added installation guide to Readme --- README.md | 13 ++++++++++--- install.txt | 1 - 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 install.txt 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