Skip to content

Commit

Permalink
Merge pull request #31 from kousun12:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 267540330
Change-Id: Iaec8a8d13c9fb15cb4cc27c8c907224cfe8b63aa
  • Loading branch information
jblespiau committed Sep 6, 2019
2 parents 617c19a + 04a00eb commit 1ef1e9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ build/
open_spiel/abseil-cpp/
open_spiel/games/bridge/double_dummy_solver/
pybind11/

# Install artifacts
get-pip.py

# IDE
.idea/
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
fi
elif [[ "$OSTYPE" == "darwin"* ]]; then # Mac OSX
[[ -x "$(type python3)" ]] || brew install python3 || echo "** Warning: failed 'brew install python3' -- continuing"
# [[ -x "${type g++-7)" ]] || brew install gcc@7 || echo "** Warning: failed 'brew install gcc@7' -- continuing"
[[ -x "$(type g++-7)" ]] || brew install gcc@7 || echo "** Warning: failed 'brew install gcc@7' -- continuing"
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip3 install virtualenv
Expand Down

0 comments on commit 1ef1e9d

Please sign in to comment.