summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-05-03 15:04:00 -0700
committerShentubot <shentubot@google.com>2018-05-03 15:04:46 -0700
commit6488f40aa3c9051f87a0a46ab3085ab30bee18f4 (patch)
tree37d7b07d10dd13d9718e5f6aa64c61e64a447946 /README.md
parent1a59625a66feea73d6296ba4dcf5424b19a42906 (diff)
Python 3.0 is now supported.
Also document that linux is required. Updates #8 PiperOrigin-RevId: 195317016 Change-Id: I4c0305a26339f03772001b56e7a0ac4b39a4352a
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2fb50f8bd..525b83e43 100644
--- a/README.md
+++ b/README.md
@@ -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)