-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from aleximmer/install-instruction
Update installation instruction
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
``` | ||
|
||
> [!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 | ||
|