diff --git a/README.md b/README.md index 492dae73a8beadf267b3c30ea301c7aca515113b..93e6b98148bee9923120b2d87cb57b1b008baf9a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Talk about following class diagram with develop team. **Password: password** -## 💿 **Login Details** +## 🖇️ **Login Details** Privilege | Username | Password ------------- | ------------- | ------------- @@ -43,8 +43,18 @@ https://docs.google.com/document/d/1HKji17ybPp2ecZ0vmkA59hCNHfNrBcTp/edit?usp=sh https://docs.google.com/spreadsheets/d/1z2WcQP0-amtd0keUgPOohVx4qdjET5cq8mdI5zdB0nQ/edit?usp=sharing ## 🖥️ **How to Run** +0. Ensure you have python3 installed. -## 🖇️ **Example Usage** + At a command prompt, type python --version to ensure you have version 3. +1. Download or clone the part1 folder from this repository. + + If you download as a zip file, be sure to unzip it. +2. Ensure that all the required modules are installed (Flask and MySQL, Werkzeug and Dateutil) + + See the Installation Libraries/Modules Section below for information on importing modules +3. Run the 'main.py' file and click on the https link to open the website + + The https link will appear in the terminal window ## 📚 **Installation Libraries/Modules**