File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,9 @@ cd C:\Users\MyUser
4343git clone https://github.com/deepmind/open_spiel.git
4444cd open_spiel
4545git clone --single-branch --depth 1 https://github.com/pybind/pybind11.git pybind11
46- git clone -b 20211102.0 --single-branch --depth 1 https://github.com/abseil/abseil-cpp.git open_spiel\abseil-cpp
47- git clone -b 'master' https://github.com/pybind/pybind11_abseil.git open_spiel\pybind11_abseil
48- cd open_spiel\pybind11_abseil
49- git checkout '73992b5'
50- cd ..\..
46+ git clone --single-branch --depth 1 https://github.com/pybind/pybind11_json.git open_spiel\pybind11_json
47+ git clone --single-branch --depth 1 https://github.com/abseil/abseil-cpp.git open_spiel\abseil-cpp
48+ git clone https://github.com/pybind/pybind11_abseil.git open_spiel\pybind11_abseil
5149git clone -b develop --single-branch --depth 1 https://github.com/jblespiau/dds.git open_spiel\games\bridge\double_dummy_solver
5250```
5351
You can’t perform that action at this time.
0 commit comments