diff --git a/README.md b/README.md index 20f0de3..48368d6 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,26 @@
### How to Run. - -> Clone this repo - -> Install dependepcies - -> Run "app.py" + ## **Steps to Run** + +### -> Step 1: Clone this repo + +- ![Clone](clone.png) +- Click on code and then copy the link +- Use Following command to clone this repo: + + > git clone + +### ->Step 2: Install dependepcies + +- To install dependepcies use following command: + + > pip install requirements.txt + +### -> Step 3: Run "app.py" + +- To run the app click on run button +- ![Run app](run.png)
diff --git a/clone.png b/clone.png new file mode 100644 index 0000000..49f26df Binary files /dev/null and b/clone.png differ diff --git a/run.png b/run.png new file mode 100644 index 0000000..f43b518 Binary files /dev/null and b/run.png differ