[docs] pip install packages in order for dependencies
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 11 Oct 2014 07:05:57 +0000 (00:05 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 11 Oct 2014 07:05:57 +0000 (00:05 -0700)
docs/installation.md
python/requirements.txt

index 7eaf31c..6d80aae 100644 (file)
@@ -59,7 +59,7 @@ The main requirements are `numpy` and `boost.python` (provided by boost). `panda
 
 You can install the dependencies with
 
-    pip install -r /path/to/caffe/python/requirements.txt
+    cat caffe/python/requirements.txt | xargs pip install
 
 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 5c076b6..6d42c0e 100644 (file)
@@ -8,6 +8,7 @@ nose>=1.3.0
 numpy>=1.7.1
 pandas>=0.12.0
 protobuf>=2.5.0
+python-dateutil>=1.4,<2
 python-gflags>=2.0
 scikit-image>=0.9.3
 scikit-learn>=0.14.1