edits to pip install requirements.txt

pull/34/head
Jen Looper 4 years ago
parent cd07f99267
commit c89b85a2b7

@ -137,15 +137,13 @@ pandas
numpy numpy
flask flask
``` ```
Now, run this file by navigating to `web-app` (`cd web-app`) in your terminal and typing `python requirements.txt` Now, run this file by navigating to `web-app` (`cd web-app`) in your terminal and typing `pip install -r requirements.txt`.
> You might need to use `python3 requirements.txt`, depending on your local configuration.
Now, you're ready to create three more files to finish the app: Now, you're ready to create three more files to finish the app:
1. Create `app.py` in the root 1. Create `app.py` in the root
1. Create `index.html` in `templates` 2. Create `index.html` in `templates`
1. Create `styles.css` in `static/css` 3. Create `styles.css` in `static/css`
Build out the styles.css file with a few styles: Build out the styles.css file with a few styles:

Loading…
Cancel
Save