Update container authored by Frédéric Dubois's avatar Frédéric Dubois
......@@ -13,8 +13,8 @@ cd path_to_example
singularity run lmgc90_user_2020_rc1.sif python command.py
```
If it is prefered to stay in the image, for example in order to
run python several commands, then run:
It is preferred to stay in the same image ; for example in order to
run several python commands:
```cmd
singularity shell lmgc90_user_2020_rc1.sif
python gen_sample.py --novisu && python command.py
......
......