This is just a suggested template for the README of your project, feel free to modify this as you wish
- Jai Misquith (Project Lead)
- Andrew Huntington
- Aaryan Patel
- Khalid Al Raisi
- Peter Zhao
Describe the goal of your project here.
- Python
This is where you give instructions on how to run your project
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/SDC-Fall-2023/group-11.git
- Create your venv
python3 -m venv .venv
- Activate venv
. .venv/bin/activate
- Install pip packages
pip install -r requirements.txt
If your app is hosted on a published website, include the link here