Skip to content
Snippets Groups Projects
Commit 4e9ea515 authored by David Rouquet's avatar David Rouquet
Browse files

Change group namespace

parent 9696d549
No related branches found
No related tags found
No related merge requests found
Pipeline #136 passed
......@@ -10,13 +10,13 @@ This repo provide a simple yet flexible runner to launch these kind of process w
### pip
```bash
pip3 install git+https://gitlab.tetras-libre.fr/tetras-libre/pySafeRunner@master#egg=pySafeRunner
pip3 install git+https://gitlab.tetras-libre.fr/librairies-du-tetras/pySafeRunner@master#egg=pySafeRunner
```
### For developpement
```bash
git clone https://gitlab.tetras-libre.fr/tetras-libre/pySafeRunner
git clone https://gitlab.tetras-libre.fr/librairies-du-tetras/pySafeRunner
pip3 install -e .
```
......@@ -31,7 +31,7 @@ import pip
...
gitDeps = [
'git+https://gitlab.tetras-libre.fr/tetras-libre/pySafeRunner@master#egg=pySafeRunner',
'git+https://gitlab.tetras-libre.fr/librairies-du-tetras/pySafeRunner@master#egg=pySafeRunner',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment