[docs] pip install harder
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 11 Oct 2014 07:25:27 +0000 (00:25 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 11 Oct 2014 07:25:27 +0000 (00:25 -0700)
docs/installation.md
python/requirements.txt

index 6d80aae..d8fb1c0 100644 (file)
@@ -59,7 +59,7 @@ The main requirements are `numpy` and `boost.python` (provided by boost). `panda
 
 You can install the dependencies with
 
-    cat caffe/python/requirements.txt | xargs pip install
+    for req in $(cat requirements.txt); do sudo pip install $req; done
 
 but we highly recommend 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.
 
index 6d42c0e..4c35dcb 100644 (file)
@@ -1,15 +1,15 @@
 Cython>=0.19.2
-h5py>=2.2.0
+numpy>=1.7.1
+scipy>=0.13.2
+scikit-image>=0.9.3
+scikit-learn>=0.14.1
+matplotlib>=1.3.1
 ipython>=1.1.0
+h5py>=2.2.0
 leveldb>=0.191
-matplotlib>=1.3.1
 networkx>=1.8.1
 nose>=1.3.0
-numpy>=1.7.1
 pandas>=0.12.0
-protobuf>=2.5.0
 python-dateutil>=1.4,<2
+protobuf>=2.5.0
 python-gflags>=2.0
-scikit-image>=0.9.3
-scikit-learn>=0.14.1
-scipy>=0.13.2