Skip to content

Commit ba14f57

Browse files
committed
Merge pull request #1423 from Rotengen:master
PiperOrigin-RevId: 850768345 Change-Id: I09f325f3121ba08d201e260ac723dcb5da27cf57
2 parents 01e97b2 + c5291b3 commit ba14f57

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/windows.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ cd C:\Users\MyUser
4343
git clone https://github.com/deepmind/open_spiel.git
4444
cd open_spiel
4545
git 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
5149
git clone -b develop --single-branch --depth 1 https://github.com/jblespiau/dds.git open_spiel\games\bridge\double_dummy_solver
5250
```
5351

0 commit comments

Comments
 (0)