Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

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 google#8

PiperOrigin-RevId: 195317016
Change-Id: I4c0305a26339f03772001b56e7a0ac4b39a4352a
  • Loading branch information
nlacasse authored and shentubot committed May 3, 2018
1 parent 1a59625 commit 6488f40
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 6488f40

Please sign in to comment.