Skip to content

Commit

Permalink
Merge pull request zjesko#3 from PGCSEDS-IIITH/typo-fix
Browse files Browse the repository at this point in the history
[update] README and add -r
  • Loading branch information
zjesko authored Jul 4, 2021
2 parents c074254 + 500030e commit 5066d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-username>/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`

Expand Down

0 comments on commit 5066d20

Please sign in to comment.