summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToby Thain <toby.thain@fivebox.com>2018-01-15 13:16:05 -0500
committerToby Thain <toby.thain@fivebox.com>2018-01-15 13:16:05 -0500
commit7d2ecf93a12ac823850904e48fb7d3c916b73934 (patch)
tree7645e2b47b8778f5859f5bb4d374bc122cb04157
parent7e970675c41f897a05fe1a944d754bd899fbff0e (diff)
downloadcaffe-7d2ecf93a12ac823850904e48fb7d3c916b73934.tar.gz
caffe-7d2ecf93a12ac823850904e48fb7d3c916b73934.tar.bz2
caffe-7d2ecf93a12ac823850904e48fb7d3c916b73934.zip
Simplify pip invocation.
-rw-r--r--docs/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md
index 6104cc24..416b9d64 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -80,7 +80,7 @@ The main requirements are `numpy` and `boost.python` (provided by boost). `panda
You can install the dependencies with
- for req in $(cat requirements.txt); do pip install $req; done
+ pip install -r requirements.txt
but we suggest first installing the [Anaconda](https://store.continuum.io/cshop/anaconda/) Python distribution, which provides most of the necessary packages, as well as the `hdf5` library dependency.