From 51aaf28668107a79179d7fd91397b6f7c0131e0d Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Sun, 4 Oct 2015 02:09:02 -0400 Subject: [PATCH] README: Tweak build instructions. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92bafd7..1506b56 100644 --- a/README.md +++ b/README.md @@ -287,9 +287,12 @@ access them from the shared Docker directory. ## By hand Be sure you have checked out the submodules and downloaded the models as described above. +See the [Dockerfile](Dockerfile) as a reference. -The main dependencies from a package manager are Torch and Python 2. -Afterwards, manually install the following. +Install the packages the Dockerfile uses with your package manager. +With `pip`, install `numpy`, `scipy`, `scikit-learn`, and `scikit-image`. + +Next, manually install the following. ### OpenCV Download [OpenCV 2.4.11](https://github.com/Itseez/opencv/archive/2.4.11.zip)