diff options
author | Michael Pratt <mpratt@google.com> | 2018-05-02 11:20:43 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-02 11:21:26 -0700 |
commit | 6c061ad913fce6fbfe9a98c0fc1f5b67fad1b9b0 (patch) | |
tree | dce1748bdaff28a46e192f1c5679c87c2118f952 | |
parent | 2264ce7f62994fa0476f8e1eb9fe497d60547bda (diff) |
Note that build requires Python 2.7
Updates #8
PiperOrigin-RevId: 195122103
Change-Id: Iff190283961b8ab99ad4f3e47ffeb9ab491d0eb3
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |