From 37915a4fc2e68c7cf98b620ed7a98f2bfa18fe5a Mon Sep 17 00:00:00 2001 From: Dustin Tran Date: Fri, 3 May 2024 15:57:44 -0700 Subject: [PATCH] Recommend the development version. PiperOrigin-RevId: 630520583 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91f13662..476535aa 100644 --- a/README.md +++ b/README.md @@ -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