summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2017-04-20 15:52:38 +0200
committerGitHub <noreply@github.com>2017-04-20 15:52:38 +0200
commit4cd6973a821faeaed54f6ab3e8c4aa6d5cb3f9eb (patch)
tree60e19954fac41cf386b62084cd5f9a3b9161e8e1 /README.md
parentad693e32e78df399ccaea07402613813a6c4d8db (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53faac7..04d339f 100644
--- a/README.md
+++ b/README.md
@@ -57,11 +57,11 @@ Note that for easier access the module is name ot instead of pot.
Some sub-modules require additional dependences which are discussed below
-* *ot.dr* (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
+* **ot.dr** (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
```
pip install pymanopt autograd
```
-* *ot.gpu* (GPU accelerated OT) depends on cudamat that have to be installed with:
+* **ot.gpu** (GPU accelerated OT) depends on cudamat that have to be installed with:
```
git clone https://github.com/cudamat/cudamat.git
cd cudamat