We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8059100 + 3bb55b1 commit 4df5d2eCopy full SHA for 4df5d2e
.gitignore
@@ -11,3 +11,4 @@ logfile.log
11
pytorch_influence_functions.egg-info/
12
pyvenv.cfg
13
.vscode/
14
+.idea/
README.md
@@ -56,7 +56,11 @@ You can either install this package directly through pip:
56
pip3 install --user pytorch-influence-functions
57
```
58
59
-Or you can clone the repo and import it as a package after it's in your `PATH`.
+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)
64
65
## Usage
66
0 commit comments