From 80fdd1c951d69d95e3b7fdabf8a3a0e2ef4a1b92 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 14 Jun 2013 15:49:44 +0200 Subject: [PATCH] Add missing commands in the INSTALL process --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 778a2ccd..7b9f132a 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,8 @@ Create a virtualenv:: Install dependencies and project:: cd path/to/umap/repository + git checkout 0.3.x + git submodule init pip install -r requirements.pip pip install -e .