Python 3.0 is now supported.

Also document that linux is required.

Updates #8

PiperOrigin-RevId: 195317016
Change-Id: I4c0305a26339f03772001b56e7a0ac4b39a4352a
This commit is contained in:
Nicolas Lacasse 2018-05-03 15:04:00 -07:00 committed by Shentubot
parent 1a59625a66
commit 6488f40aa3
1 changed files with 4 additions and 2 deletions

View File

@ -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)