Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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