From 6488f40aa3c9051f87a0a46ab3085ab30bee18f4 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Thu, 3 May 2018 15:04:00 -0700 Subject: [PATCH] Python 3.0 is now supported. Also document that linux is required. Updates #8 PiperOrigin-RevId: 195317016 Change-Id: I4c0305a26339f03772001b56e7a0ac4b39a4352a --- README.md | 6 ++++-- 1 file 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)