From 4450ce60e8799c81d4d56b0eacb1231425e42eb3 Mon Sep 17 00:00:00 2001 From: Marc Lanctot Date: Sun, 7 Apr 2024 10:03:08 -0230 Subject: [PATCH] Add comment --- open_spiel/scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/open_spiel/scripts/install.sh b/open_spiel/scripts/install.sh index 50891742a9..f6d137311a 100755 --- a/open_spiel/scripts/install.sh +++ b/open_spiel/scripts/install.sh @@ -306,6 +306,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # Mac OSX cargo install bindgen-cli fi fi + # Removed getting pip via git-pip.py. See #1200. # brew install virtualenv # May be the required way to do this as of Python 3.12? ${PYBIN} -m pip install virtualenv else