Skip to content

Commit

Permalink
[docs] pip install packages in order for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Oct 11, 2014
1 parent e6deb5d commit b992de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b992de2

Please sign in to comment.