From c89b85a2b7011333b1aebaa39d59278860ec8317 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 10 May 2021 18:20:21 -0400 Subject: [PATCH] edits to pip install requirements.txt --- Web-App/1-Web-App/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Web-App/1-Web-App/README.md b/Web-App/1-Web-App/README.md index 9141dfbc..8f0a0f9f 100644 --- a/Web-App/1-Web-App/README.md +++ b/Web-App/1-Web-App/README.md @@ -137,15 +137,13 @@ pandas numpy flask ``` -Now, run this file by navigating to `web-app` (`cd web-app`) in your terminal and typing `python requirements.txt` - -> You might need to use `python3 requirements.txt`, depending on your local configuration. +Now, run this file by navigating to `web-app` (`cd web-app`) in your terminal and typing `pip install -r requirements.txt`. Now, you're ready to create three more files to finish the app: 1. Create `app.py` in the root -1. Create `index.html` in `templates` -1. Create `styles.css` in `static/css` +2. Create `index.html` in `templates` +3. Create `styles.css` in `static/css` Build out the styles.css file with a few styles: