From 188b330d6a7ee9048fa3c9be3a931ed6060375e2 Mon Sep 17 00:00:00 2001 From: Brian Blaylock Date: Mon, 21 Mar 2022 13:26:15 -0700 Subject: [PATCH] Update install.md --- docs/user_guide/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide/install.md b/docs/user_guide/install.md index f015d015..6724daad 100644 --- a/docs/user_guide/install.md +++ b/docs/user_guide/install.md @@ -37,6 +37,7 @@ For the latest published version First, create the virtual environment with ```bash +wget https://github.com/blaylockbk/Herbie/raw/master/environment.yml conda env create -f environment.yml ```