Skip to content

Commit 3bb55b1

Browse files
committed
Merge branch 'update-readme' of git://github.com/expectopatronum/pytorch_influence_functions into expectopatronum-update-readme
2 parents 7253a47 + b2fb51e commit 3bb55b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ logfile.log
1111
pytorch_influence_functions.egg-info/
1212
pyvenv.cfg
1313
.vscode/
14+
.idea/

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ You can either install this package directly through pip:
5656
pip3 install --user pytorch-influence-functions
5757
```
5858

59-
Or you can clone the repo and import it as a package after it's in your `PATH`.
59+
Or you can clone the repo and
60+
61+
* import it as a package after it's in your `PATH`.
62+
* install it using `python setup.py install`
63+
* install it using `python setup.py develop` (if you want to edit the code)
6064

6165
## Usage
6266

0 commit comments

Comments
 (0)