Skip to content

Commit

Permalink
Mention limited Windows support in README (#193)
Browse files Browse the repository at this point in the history
* Mention limited Windows support in README

* Update README.md
  • Loading branch information
neerajprad authored and fehiepsi committed Jun 7, 2019
1 parent ba1fb67 commit c5091a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Version](https://badge.fury.io/py/numpyro.svg)](https://pypi.python.org/pypi/numpyro)
# NumPyro

Probabilistic programming with Numpy powered by [JAX](https://github.com/google/jax) for autograd and JIT compilation to GPU/CPU.
Probabilistic programming with NumPy powered by [JAX](https://github.com/google/jax) for autograd and JIT compilation to GPU/CPU.

## What is NumPyro?

Expand All @@ -19,6 +19,8 @@ NumPyro is designed to be *lightweight* and focuses on providing a flexible subs

## Installation

> **Limited Windows Support:** Note that NumPyro is untested on Windows, and will require building jaxlib from source. See this [JAX issue](https://github.com/google/jax/issues/438) for more details.
To install NumPyro with a CPU version of JAX, you can use pip:

```
Expand Down

0 comments on commit c5091a5

Please sign in to comment.