Update README.

Add info about cloning the devel branch.
This commit is contained in:
Sylvain Tricot 2020-04-14 09:31:28 +02:00
parent 1f87c934b6
commit 2906df4e29
1 changed files with 7 additions and 0 deletions

View File

@ -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. 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. It is higly recommended to work in a Python virtual environment.
To create one, you can use: To create one, you can use: