Skip to content

Commit

Permalink
Merge pull request #523 from aai-institute/chore/516-install-instruct…
Browse files Browse the repository at this point in the history
…ions-influence

Add small instruction for installing influence extra dependency to README.md
  • Loading branch information
schroedk authored Mar 20, 2024
2 parents 347ccdc + f86d55d commit d22cbb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ You can also install the latest development version from
pip install pyDVL --index-url https://test.pypi.org/simple/
```

pyDVL has also extra dependencies for certain functionalities (e.g. influence functions).
pyDVL has also extra dependencies for certain functionalities,
e.g. for using influence functions run
```shell
$ pip install pyDVL[influence]
```

For more instructions and information refer to [Installing pyDVL
](https://pydvl.org/stable/getting-started/installation/) in the
Expand Down

0 comments on commit d22cbb4

Please sign in to comment.