Skip to content

Commit

Permalink
Python README: Remove google-only instructions, fix broken link, and …
Browse files Browse the repository at this point in the history
…add pointers to most relevant files.

PiperOrigin-RevId: 300569595
Change-Id: I0e742ad37641109b945e8b3773678336d2d1d8f6
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Mar 13, 2020
1 parent 6e591d1 commit 9f988dc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions open_spiel/python/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Open Spiel Python API

This is a Python API for [Open Spiel](/third_party/open_spiel/README.md).
This is a Python API for OpenSpiel.

An example run of Pig via the Python API:
See `python/examples/example.py` for an example use and overview of the API, and
the main OpenSpiel installation instructions to see how to run this example.

```
blaze build :example
../../../blaze-bin/third_party/open_spiel/python/example --game=pig
```
For the full API specification, please see `python/pybind11/pyspiel.cc`.

0 comments on commit 9f988dc

Please sign in to comment.