Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ Also, you have to install `baselines` library.
$ pip install baselines
```

On Mac the `baselines` installation may fail due to lack of dependencies. Consider doing:
```shell
brew install cmake
brew install openmpi
```
and then re-running
```shell
$ pip install baselines
```

## 2. Install StarCraft II

### Mac / Win
Expand Down