Added installation guide to Readme

This commit is contained in:
2025-02-11 14:50:55 +01:00
parent f9db8c5a92
commit 8e16b82996
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -1 +0,0 @@
run: pip install -r requirements.txt