From d07dfd31dbe00e3275b17a317fcc30e413e26118 Mon Sep 17 00:00:00 2001 From: Brad Solomon Date: Tue, 31 Mar 2020 12:22:31 -0700 Subject: [PATCH] Note that install is broken on Alpine Linux (#541) Related: Resolves #541 PiperOrigin-RevId: 304020432 --- README.md | 9 ++++++++- docs/index.md | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5287840a..34ebae220 100755 --- a/README.md +++ b/README.md @@ -93,11 +93,18 @@ interpreter in `$PATH` for the Python version of the code you're analyzing. Platform support: -* Pytype is currently developed and tested on Linux, which is the main supported +* Pytype is currently developed and tested on Linux\*, which is the main supported platform. * Installation on MacOSX requires OSX 10.7 or higher and Xcode v8 or higher. * Windows is currently not supported unless you use [WSL][wsl]. +\* +Note: On Alpine Linux, installing may fail due to issues with upstream +dependencies. See the details of + +this issue for a possible fix. + + ## Installing Pytype can be installed via pip. Note that the installation requires `wheel` diff --git a/docs/index.md b/docs/index.md index 1d8e58fb3..54c911deb 100755 --- a/docs/index.md +++ b/docs/index.md @@ -91,11 +91,18 @@ interpreter in `$PATH` for the Python version of the code you're analyzing. Platform support: -* Pytype is currently developed and tested on Linux, which is the main supported +* Pytype is currently developed and tested on Linux\*, which is the main supported platform. * Installation on MacOSX requires OSX 10.7 or higher and Xcode v8 or higher. * Windows is currently not supported unless you use [WSL][wsl]. +\* +Note: On Alpine Linux, installing may fail due to issues with upstream +dependencies. See the details of + +this issue for a possible fix. + + ## Installing Pytype can be installed via pip. Note that the installation requires `wheel`