mozul created page: compilation authored by Rémy Mozul's avatar Rémy Mozul
...@@ -50,6 +50,7 @@ is most time called *gen_sample.py* with the command: ...@@ -50,6 +50,7 @@ is most time called *gen_sample.py* with the command:
```shell ```shell
$> python gen_sample.py $> python gen_sample.py
``` ```
Or open the desired file in `Spyder` and execute the script (by clicking the litlle green button on the top toolbar or pressing F5).
You should now have a *DATBOX* directory containing all needed *.DAT* and *.INI* files. You should now have a *DATBOX* directory containing all needed *.DAT* and *.INI* files.
...@@ -59,6 +60,7 @@ Now run the command script usually called (with much surprise) *command.py*: ...@@ -59,6 +60,7 @@ Now run the command script usually called (with much surprise) *command.py*:
```shell ```shell
$> python command.py $> python command.py
``` ```
Or open the desired file in `Spyder` and execute the script (by clicking the litlle green button on the top toolbar or pressing F5).
To get more information on the structure on command scripts read the documentation opening the file To get more information on the structure on command scripts read the documentation opening the file
[*docs/chipy/index.html*](http://www.lmgc.univ-montp2.fr/%7Edubois/LMGC90/UserDoc/chipy/index.html) [*docs/chipy/index.html*](http://www.lmgc.univ-montp2.fr/%7Edubois/LMGC90/UserDoc/chipy/index.html)
... ...
......