From 2906df4e2936bd194f396f9dbb2ebe09b7f762f4 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 14 Apr 2020 09:31:28 +0200 Subject: [PATCH] Update README. Add info about cloning the devel branch. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a46d0ed..7a547cd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ git clone https://git.ipr.univ-rennes1.fr/epsi/msspec_python3.git This will create a folder named "msspec_python3" with all the source code inside. +You can also clone the development branch: + +```Bash +git clone --branch devel https://git.ipr.univ-rennes1.fr/epsi/msspec_python3.git +``` + + It is higly recommended to work in a Python virtual environment. To create one, you can use: