Skip to content

Commit

Permalink
Merge pull request #209 from aleximmer/install-instruction
Browse files Browse the repository at this point in the history
Update installation instruction
  • Loading branch information
wiseodd authored Jul 8, 2024
2 parents 63d5ad0 + e17d64a commit 8076652
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8076652

Please sign in to comment.