summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjgyllinsky <jgyllinsky@users.noreply.github.com>2017-04-14 03:11:59 -0400
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2017-04-14 00:11:59 -0700
commit451944333510e1ea9b0bdac11e4ec201e5284714 (patch)
tree84bc04751bc25864c9426f72b8e0d1ba8e4cc8af /docs
parent1836b1ba90708df63e41edcb7f00441986c9ecae (diff)
downloadcaffe-451944333510e1ea9b0bdac11e4ec201e5284714.tar.gz
caffe-451944333510e1ea9b0bdac11e4ec201e5284714.tar.bz2
caffe-451944333510e1ea9b0bdac11e4ec201e5284714.zip
[docs] added apt command to install OpenBLAS (#4718)
Diffstat (limited to 'docs')
-rw-r--r--docs/install_apt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md
index bc1566b0..ee2cd287 100644
--- a/docs/install_apt.md
+++ b/docs/install_apt.md
@@ -14,7 +14,7 @@ The NVIDIA package tends to follow more recent library and driver versions, but
If installing from packages, install the library and latest driver separately; the driver bundled with the library is usually out-of-date.
This can be skipped for CPU-only installation.
-**BLAS**: install ATLAS by `sudo apt-get install libatlas-base-dev` or install OpenBLAS or MKL for better CPU performance.
+**BLAS**: install ATLAS by `sudo apt-get install libatlas-base-dev` or install OpenBLAS by `sudo apt-get install libopenblas-dev` or MKL for better CPU performance.
**Python** (optional): if you use the default Python you will need to `sudo apt-get install` the `python-dev` package to have the Python headers for building the pycaffe interface.