parent
1f87c934b6
commit
2906df4e29
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue