Skip to content

Commit

Permalink
mention lack of windows support in readme (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj committed Apr 15, 2019
1 parent 1bb7c0f commit 3a633db
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,13 @@ And for a deeper dive into JAX:
- [MAML Tutorial with JAX](https://colab.research.google.com/github/google/jax/blob/master/notebooks/maml.ipynb).

## Installation
JAX is written in pure Python, but it depends on XLA, which needs to be
compiled and installed as the `jaxlib` package. Use the following instructions
to build JAX from source or install a binary package with pip.
JAX is written in pure Python, but it depends on XLA, which needs to be compiled
and installed as the `jaxlib` package. Use the following instructions to build
JAX from source or install a binary package with pip.

We support installing or building `jaxlib` on Linux and macOS platforms, but not
Windows. We're not currently working on Windows support, but contributions are
welcome (see #438).

### Building JAX from source
First, obtain the JAX source code, and make sure `scipy` is installed.
Expand Down

0 comments on commit 3a633db

Please sign in to comment.