From e17d64a4d6e7eb0b68beacc9c46851bb3124576f Mon Sep 17 00:00:00 2001 From: Agustinus Kristiadi Date: Sun, 7 Jul 2024 20:56:32 -0400 Subject: [PATCH] Update installation instruction --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b634a2d..8d8a11d 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,14 @@ PyTorch version 2.0 and up is also required for full compatibility. To install laplace with `pip`, run the following: ```bash -pip install laplace-torch +pip install --upgrade pip wheel packaging +pip install git+https://github.com/aleximmer/laplace.git@0.2 ``` +> [!CAUTION] +> Unfortunately, we lost our PyPI account and so running `pip install laplace-torch` +> only installs the previous version (0.1)! + For development purposes, clone the repository and then install: ```bash