From ebf33644c924addf7d9156a4676b7e816ce86cae Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Tue, 25 Jun 2024 16:12:48 -0700 Subject: [PATCH] distribution requirements are in setup.py --- bin/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/bootstrap.sh b/bin/bootstrap.sh index 2480b05..9ccb033 100755 --- a/bin/bootstrap.sh +++ b/bin/bootstrap.sh @@ -56,7 +56,6 @@ source $venv/bin/activate # full path; set by activate venv=$VIRTUAL_ENV pip install -U pip wheel -pip install -r requirements.txt pip install . # install pplacer and accompanying python scripts