From: Damian Myrda Date: Thu, 25 Apr 2024 01:31:35 +0000 (-0500) Subject: Update README.md X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=206727a6a6a1dad9addb60ff8f960e809f962c50;p=csc.git Update README.md --- 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```.