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

Re change group namespace

parent 4e9ea515
No related branches found
No related tags found
No related merge requests found
Pipeline #143 passed
...@@ -10,13 +10,13 @@ This repo provide a simple yet flexible runner to launch these kind of process w ...@@ -10,13 +10,13 @@ This repo provide a simple yet flexible runner to launch these kind of process w
### pip ### pip
```bash ```bash
pip3 install git+https://gitlab.tetras-libre.fr/librairies-du-tetras/pySafeRunner@master#egg=pySafeRunner pip3 install git+https://gitlab.tetras-libre.fr/tetras-libre/pySafeRunner@master#egg=pySafeRunner
``` ```
### For developpement ### For developpement
```bash ```bash
git clone https://gitlab.tetras-libre.fr/librairies-du-tetras/pySafeRunner git clone https://gitlab.tetras-libre.fr/tetras-libre/pySafeRunner
pip3 install -e . pip3 install -e .
``` ```
...@@ -31,7 +31,7 @@ import pip ...@@ -31,7 +31,7 @@ import pip
... ...
gitDeps = [ gitDeps = [
'git+https://gitlab.tetras-libre.fr/librairies-du-tetras/pySafeRunner@master#egg=pySafeRunner', 'git+https://gitlab.tetras-libre.fr/tetras-libre/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