Skip to content

Commit

Permalink
Master branch nestpy 20230928
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezdiego committed Sep 28, 2023
1 parent a7aa491 commit b935b14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion create-env
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit b935b14

Please sign in to comment.