From 6e8b201302f8b99b61c82ee1979e3827c095ff96 Mon Sep 17 00:00:00 2001 From: Max Reeder Date: Mon, 29 Nov 2021 08:26:53 -0800 Subject: [PATCH] README.md typo Example directory name uses `_` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88549a7..2e34f72 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We recommend using linux and conda 4.8.2 to install those packages. For instance to reproduce Figure 3, install conda and proceed as follows: ``` -cd Figure_3_and_S7_e-prop_tutorials +cd Figure_3_and_S7_e_prop_tutorials conda create --name eprop-figure3 python==3.6.2 conda activate eprop-figure3 conda install --file requirements.txt @@ -49,4 +49,4 @@ python tutorial_evidence_accumulation_with_alif.py ``` Warning: After installation, if your computer is equipped with a GPU, you might want to reinstall -the gpu-compatible version of tensorflow. \ No newline at end of file +the gpu-compatible version of tensorflow.