From 746ed35d6dacdad9fe6fc2b121509de9b70ced72 Mon Sep 17 00:00:00 2001
From: Karanbir Chahal <karanbleep@gmail.com>
Date: Sat, 9 Nov 2019 21:15:57 -0500
Subject: [PATCH] Fix typo with setup requirements.txt

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3c61d06..f0466bb 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ git clone https://github.com/YourGithubName/Your-project-name
 # install project   
 cd Your-project-name 
 pip install -e .   
-pip install requirements.txt
+pip install -r requirements.txt
  ```   
  Next, navigate to [Your Main Contribution (MNIST here)] and run it.   
  ```bash
-- 
GitLab