yfournier created page: get started authored by Yori Fournier's avatar Yori Fournier
## Get started # Install the template module
### Install the template module
> **NOTES:** STEP 3 has two version with and without an account at gitlab.aip.de > **NOTES:** STEP 3 has two version with and without an account at gitlab.aip.de
#### STEP 1: download source ## STEP 1: download source
download the source of the module mypltemplate: download the source of the module mypltemplate:
- zip [https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.zip?ref=master](https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.zip?ref=master) - zip [https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.zip?ref=master](https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.zip?ref=master)
- tar.gz [https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.tar.gz?ref=master](https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.tar.gz?ref=master) - tar.gz [https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.tar.gz?ref=master](https://gitlab.aip.de/yfournier/mypltemplate/repository/archive.tar.gz?ref=master)
#### STEP 2: extract and rename the module ## STEP 2: extract and rename the module
you can rename `mypltemplate` to any name you whish. you can rename `mypltemplate` to any name you whish.
> **NOTES:** for the exemple we rename it to `mymodule` in the directory `/home/user/src/` > **NOTES:** for the exemple we rename it to `mymodule` in the directory `/home/user/src/`
> (python requires that module name should be only letters) > (python requires that module name should be only letters)
#### STEP 3: Clone myplotlib from gitlab.aip.de **(with account at gitlab.aip.de)** ## STEP 3: Clone myplotlib from gitlab.aip.de **(with account at gitlab.aip.de)**
in `/home/user/src/mymodule`: in `/home/user/src/mymodule`:
...@@ -25,7 +23,7 @@ in `/home/user/src/mymodule`: ...@@ -25,7 +23,7 @@ in `/home/user/src/mymodule`:
git git@gitlab.aip.de:yfournier/myplotlib.git --branch tools git git@gitlab.aip.de:yfournier/myplotlib.git --branch tools
``` ```
#### STEP 3: download source **(without an account at gitlab.aip.de)** ## STEP 3: download source **(without an account at gitlab.aip.de)**
download source of the module myplotlib download source of the module myplotlib
...@@ -34,26 +32,23 @@ download source of the module myplotlib ...@@ -34,26 +32,23 @@ download source of the module myplotlib
extract and rename like `/home/user/src/mymodule/myplotlib` extract and rename like `/home/user/src/mymodule/myplotlib`
## STEP 4: testing `myplotlib`
in `/home/user/src/mymodule/`
---- STEP 4: testing the myplotlib install ------------------------------------------ ```
in "/home/user/src/mymodule/" type
python2.7 -m myplotlib -t python2.7 -m myplotlib -t
```
This will execute a series of tests, they should be all successful. This will execute a series of tests, they should all be successful.
---- STEP 5: DONE!!! congratulation! ------------------------------------------------ ## STEP 5: Enjoy!
Now you can start to enjoy the power of `myplotlib`
Now you can start to enjoy the power of myplotlib
# Plotting the interactively some Exemples
B. Plotting the interactively some Exemples
-------------------------------------------
---- STEP 1: launch python2.7 ---- STEP 1: launch python2.7
... ...
......