From 0dfed719cfb2d91ca0188d30bbff0b3f2e91db99 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 15 Dec 2014 17:52:25 +0100 Subject: [PATCH] update dev doc for submodules --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 7a2056d6..e80c50d8 100644 --- a/README.rst +++ b/README.rst @@ -150,6 +150,9 @@ To get and run the lastest development version:: sudo apt-get install git git clone https://github.com/Parisson/Telemeta.git cd Telemeta + git checkout dev + git submodule foreach git fetch --tags + git submodule update --init --recursive sudo pip install -e . export PYTHONPATH=$PYTHONPATH:`pwd` -- 2.39.5