From 848c205738e5adcd3397c1b16a0925d66643f9c5 Mon Sep 17 00:00:00 2001 From: Nathaniel Chaney Date: Wed, 7 Oct 2020 08:15:17 -0400 Subject: [PATCH] created HBrouting branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e59bb9b..df60a3f 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ HydroBlocks The following steps walk through how to install HydroBlocks and run it over the SGP site in Oklahoma -**1. Clone the the dev_nate branch of HydroBlocks.** +**1. Clone the the HBrouting branch of HydroBlocks.** ``` -git clone --single-branch --branch dev_nate https://github.com/chaneyn/HydroBlocks.git +git clone --single-branch --branch HBrouting https://github.com/chaneyn/HydroBlocks.git cd HydroBlocks ``` @@ -18,7 +18,7 @@ conda env create -f yml/HB_linux64.yml source activate HB ``` -**3. Install the dev_nate branch of HydroBlocks.** +**3. Install the HBrouting branch of HydroBlocks.** ``` python setup.py