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: