diff --git a/.gitignore b/.gitignore index 470ef8c..b8aef0f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ logfile.log pytorch_influence_functions.egg-info/ pyvenv.cfg .vscode/ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index 55fa061..c10b178 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,11 @@ You can either install this package directly through pip: pip3 install --user pytorch-influence-functions ``` -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 + +* import it as a package after it's in your `PATH`. +* install it using `python setup.py install` +* install it using `python setup.py develop` (if you want to edit the code) ## Usage