Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wittawatj committed Nov 10, 2018
1 parent 07b646e commit 57c582f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ our code. It is best to install by:
1. Clone the repository by `git clone git@github.com:wittawatj/kernel-mod.git`.
2. `cd` to the folder that you get, and install our package by


pip install -e .

Alternatively, if you only want to use the developed package, you can do the
Expand All @@ -31,7 +32,7 @@ Either way, once installed, you should be able to do `import kmod` without any e

## Dependency

`autograd`, `matplotlib`, `numpy`, `scipy`, and the following two packages.
`autograd`, `matplotlib`, `numpy`, `scipy`, Pytorch 0.4.1 and the following two packages.

* The `kgof` package. This can be obtained from [its git
repository](https://github.com/wittawatj/kernel-gof).
Expand Down

0 comments on commit 57c582f

Please sign in to comment.