From 6c061ad913fce6fbfe9a98c0fc1f5b67fad1b9b0 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 2 May 2018 11:20:43 -0700 Subject: [PATCH] Note that build requires Python 2.7 Updates #8 PiperOrigin-RevId: 195122103 Change-Id: Iff190283961b8ab99ad4f3e47ffeb9ab491d0eb3 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fb9acd79..65075de0e 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ and Docker. * [git][git] * [Bazel][bazel] +* [Python 2.7][python] (See [bug #8](https://github.com/google/gvisor/issues/8) + for Python 3 support updates) * [Docker version 17.09.0 or greater][docker] ### Getting the source @@ -417,6 +419,7 @@ See [Contributing.md](CONTRIBUTING.md). [kvm]: https://www.linux-kvm.org [netstack]: https://github.com/google/netstack [oci]: https://www.opencontainers.org +[python]: https://python.org [sandbox]: https://en.wikipedia.org/wiki/Sandbox_(computer_security) [seccomp]: https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt [selinux]: https://selinuxproject.org