From 03943162c3f4043af2bc10312c3adbce0a4ccc83 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Wed, 24 Mar 2021 22:21:20 +0000
Subject: [PATCH] Update README.md

---
 hpvm/projects/keras/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md
index 4d1085595b..bfdae5b092 100644
--- a/hpvm/projects/keras/README.md
+++ b/hpvm/projects/keras/README.md
@@ -25,7 +25,7 @@ conda activate keras_python36
 At the root of this project (`/projects/keras/`) install the Keras frontend pip package as:
 
 ```
-pip install -e ./
+pip3 install -e ./
 ```
 
 **NOTE:** If you are using the conda environment, activate it prior to this step.
-- 
GitLab