Skip to content

Commit

Permalink
Python 3.0 is now supported.
Browse files Browse the repository at this point in the history
Also document that linux is required.

Updates #8

PiperOrigin-RevId: 195317016
  • Loading branch information
nlacasse authored and shentubot committed May 3, 2018
1 parent 614836b commit 4cf5aae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,12 @@ and Docker.

### Requirements

gVisor currently can only build and run on Linux. In addition, the following
dependencies must be installed.

* [git][git]
* [Bazel][bazel]
* [Python 2.7][python] (See [bug #8](https://github.com/google/gvisor/issues/8)
for Python 3 support updates)
* [Python][python]
* [Docker version 17.09.0 or greater][docker]
* Gold linker (e.g. `binutils-gold` package on Ubuntu)

Expand Down

0 comments on commit 4cf5aae

Please sign in to comment.