@@ -11,6 +11,7 @@ This set of steps and tools are highly recommended for working with a consistent
(Click on DESK Ticket.)
2 - tell me when it's done
3 - Check Access to your account (provided by your tutor)
4 - Rocket Chat account [there](https://rocketchat.isae.fr) - send me a 'hello'
...
...
@@ -24,15 +25,16 @@ This set of steps and tools are highly recommended for working with a consistent
6 - your gitlab project
- write a reamde.md, MarkDown format containing at least :
- write a reamde.md, [MarkDown format](https://www.markdownguide.org/basic-syntax/) containing at least :
* structure of your repo
* quickstart guide (to lauch our wwork)
* depenedncies (including conda env management)
* install process of your developments.
*the structure of your repo
*a quickstart guide (to lauch our work)
* dependencies (including conda env management)
*thethe full install process of your developments.
- a src/ will contain your code
- a doc/ will contain your report, biblio etc. (and include the papers you have found) -
- a src/ folder will contain your code
- a doc/ folder will contain your report, biblio etc. (and include the papers you have found)
- good practices :
* do not push binary files (exception on .pdf for your report to open it fast, images & cie for easy compilation). For large binary files (e.g. viedos) see below
...
...
@@ -41,7 +43,7 @@ This set of steps and tools are highly recommended for working with a consistent
* use latex for your reports (you can use overleaf, but be shure to push src + pdf on your gitlab too)
* put large binaries files on the gitlab package. Tutorial at the end of this readme.
6 - if you are using python, use conda envrionment
7 - if you are using python, use conda envrionment
e.g. :
```
conda create -n my_env -c anaconda python=3.9.7
...
...
@@ -57,19 +59,15 @@ conda activate my_env
```
7 - images and report
8 - images and report
use vectorial imaging (pdf) and provide sources (dot, svg, odt, ppt...)
8 - readme.md
* short description
* user quickstart guide
* developer guide, with full framework install process (inlcuding dependencies)