Skip to content

Commit 4df5d2e

Browse files
committed
Merge branch 'expectopatronum-update-readme'
2 parents 8059100 + 3bb55b1 commit 4df5d2e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+1
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

+5-1
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)