From b935b1462d58bfaed6ee863a0e31dbb61555e174 Mon Sep 17 00:00:00 2001 From: ramirezdiego Date: Thu, 28 Sep 2023 06:01:17 -0500 Subject: [PATCH] Master branch nestpy 20230928 --- create-env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/create-env b/create-env index 441b8e9..cb0f447 100755 --- a/create-env +++ b/create-env @@ -94,7 +94,9 @@ cd strax pip install . cd .. -git clone https://github.com/NESTCollaboration/nestpy.git -b v2.0.1 +# Cloning master branch of nestpy as of 28.09.2023 +# Reason behind is that the v2.0.1 tag does not point to the v2.0.1 installation +git clone https://github.com/NESTCollaboration/nestpy.git cd nestpy git submodule update --init --recursive pip install .