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`