From 146d557945cb6a61ee02cada529b96f259767237 Mon Sep 17 00:00:00 2001 From: AidarSource <34319725+AidarSource@users.noreply.github.com> Date: Sat, 24 Jul 2021 15:38:43 +0600 Subject: [PATCH] Typo in text reuirements.txt to requirements.txt --- 3-Web-App/1-Web-App/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Web-App/1-Web-App/README.md b/3-Web-App/1-Web-App/README.md index f8db7afc..c4b406fa 100644 --- a/3-Web-App/1-Web-App/README.md +++ b/3-Web-App/1-Web-App/README.md @@ -187,7 +187,7 @@ Now you can build a Flask app to call your model and return similar results, but cd web-app ``` -1. In your terminal type `pip install`, to install the libraries listed in _reuirements.txt_: +1. In your terminal type `pip install`, to install the libraries listed in _requirements.txt_: ```bash pip install -r requirements.txt