From 500030e4fdf0d77d6b65260d3e3180ec2d9871e8 Mon Sep 17 00:00:00 2001 From: akshatcx Date: Sun, 4 Jul 2021 16:28:25 +0530 Subject: [PATCH] [update] README and add -r --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0aeeccc..e07b5dc5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains code which demonstrates ML-Ops using a `FastAPI` applic ## Running Instructions - Create a fork of the repo using the `fork` button. - Clone your fork using `git clone https://www.github.com//mlops-iris.git` -- Install dependencies using `pip3 install requirements.txt` +- Install dependencies using `pip3 install -r requirements.txt` - Run application using `python3 main.py` - Run tests using `pytest`