Skip to content

Commit

Permalink
Update install-timelord.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Nov 1, 2024
1 parent 65c89e8 commit 16c424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-timelord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ else
symlink_vdf_bench "$PYTHON_VERSION"
elif [ -e venv/bin/python ] && test "$MACOS"; then
echo "Installing chiavdf dependencies for MacOS."
brew install --formula boost cmake gmp
brew install --formula --quiet boost cmake gmp
echo "Installing chiavdf from source."
# User needs to provide required packages
echo venv/bin/python -m pip install --force --no-binary chiavdf "$CHIAVDF_VERSION"
Expand Down

0 comments on commit 16c424a

Please sign in to comment.