From 206727a6a6a1dad9addb60ff8f960e809f962c50 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Wed, 24 Apr 2024 20:31:35 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d561cd..99295ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# computer_science_club -A website for Computer Science Club. It was made during a mini-hackathon. +# Computer Science Club Website +A website for Computer Science Club made during a mini-hackathon. ## setup To setup the server environment, run ```python -m venv .``` in the root of the project. Then, execute ```. ./bin/activate``` and you should be in the virtual environment. Next, run ```pip install flask schoolopy``` to install all the dependencies. Now, exit using by running ```exit```. -- 2.43.4