From ffad81d042c07eca98341ccd8f8b6731b032ad32 Mon Sep 17 00:00:00 2001 From: Neptune-Meister <140385333+JurgenZach-NOAA@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:52:35 -0700 Subject: [PATCH] Update readme.md: removed obsolete no-e option (#843) The non-editable flag: ./compiler.sh no-e is no longer necessary (see https://github.com/NOAA-OWP/t-route/issues/675 for details) --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index a0bc3fe45..7899f03bd 100644 --- a/readme.md +++ b/readme.md @@ -92,10 +92,6 @@ git clone --progress --single-branch --branch master http://github.com/NOAA-OWP/ # compile and install ./compiler.sh -# In the event that compilation results does not complete and throws a Cython compile error, rerun with a non-editable flag: -./compiler.sh no-e -# [ this is a known issue, and may happen in fresh t-route clones; please see https://github.com/NOAA-OWP/t-route/issues/675 for details ] - # execute a demonstration test with NHD network cd test/LowerColorado_TX python3 -m nwm_routing -f -V4 test_AnA_V4_NHD.yaml