Skip to content

Commit

Permalink
Recommend the development version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630520583
  • Loading branch information
dustinvtran authored and edward-bot committed May 3, 2024
1 parent 6d96946 commit 37915a4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ if you'd like to build on research-ready code.

## Installation

To install the latest stable version, run
We recommend the latest development version. To install, run

```sh
pip install edward2
pip install "edward2 @ git+https://github.com/google/edward2.git"
```

To install the latest development version, run
You can also install the latest stable version using the following. As a caveat,
however, we very rarely update the stable version (this is a passion project
maintained by part-timers and scheduling releases every so often sucks up time).

```sh
pip install "git+https://github.com/google/edward2.git#egg=edward2"
pip install edward2
```

Edward2 supports three backends: TensorFlow (the default), JAX, and NumPy ([see
Expand Down

0 comments on commit 37915a4

Please sign in to comment.