Skip to content

Commit

Permalink
Note that install is broken on Alpine Linux (#541)
Browse files Browse the repository at this point in the history
Related:

Resolves #541

PiperOrigin-RevId: 304020432
  • Loading branch information
bsolomon1124 authored and rchen152 committed Apr 2, 2020
1 parent 57c88d7 commit 485a68c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -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].

<sub>\*
Note: On Alpine Linux, installing may fail due to issues with upstream
dependencies. See the details of
<a href="https://github.com/scikit-build/ninja-python-distributions/issues/27">
this issue</a> for a possible fix.
</sub>

## Installing

Pytype can be installed via pip. Note that the installation requires `wheel`
Expand Down
9 changes: 8 additions & 1 deletion docs/index.md
Expand Up @@ -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].

<sub>\*
Note: On Alpine Linux, installing may fail due to issues with upstream
dependencies. See the details of
<a href="https://github.com/scikit-build/ninja-python-distributions/issues/27">
this issue</a> for a possible fix.
</sub>

## Installing

Pytype can be installed via pip. Note that the installation requires `wheel`
Expand Down

0 comments on commit 485a68c

Please sign in to comment.