Skip to content

Commit

Permalink
[docs] added apt command to install OpenBLAS (BVLC#4718)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyllinsky authored and shelhamer committed Apr 14, 2017
1 parent 1836b1b commit 4519443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4519443

Please sign in to comment.