From 4cabd1ef1fc2a33825cffd2d26a9e4baa747c334 Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Tue, 23 Mar 2021 01:34:23 +0000 Subject: [PATCH] Update Keraas 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 2ce981403d..4d1085595b 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 . +pip install -e ./ ``` **NOTE:** If you are using the conda environment, activate it prior to this step. -- GitLab