Commit 2f64004b authored by Harmel Tristan's avatar Harmel Tristan
Browse files

test readme

parent c013e0ea
No related merge requests found
Showing with 22 additions and 7 deletions
+22 -7
...@@ -41,23 +41,38 @@ python3 -m pip install --user --upgrade setuptools ...@@ -41,23 +41,38 @@ python3 -m pip install --user --upgrade setuptools
### Installing ### Installing
First, clone `the repository <https://gitlab.irstea.fr/telquel-obs2co/insitu/trios>`__ and execute the following command in the First, clone `the repository`(<https://gitlab.irstea.fr/telquel-obs2co/insitu/trios>) and execute the following command in the
local copy: local copy:
:: ```
python3 setup.py install
```
$ python setup.py install This will install the package into the system's Python path.
If you have not the administrator rights, you can install the package as follows:
This will install the package into the system's Python path. If another ```
destination directory is preferred, it can be set by python3 setup.py install --user
```
:: If another destination directory is preferred, it can be set by
$ python setup.py install --prefix=<where-to-install> ```
python3 setup.py install --prefix=<where-to-install>
```
This installation is supposed to download This installation is supposed to download
and compile all the associated packages as well as prepare the executables `trios_processing` and `trios_visual`. and compile all the associated packages as well as prepare the executables `trios_processing` and `trios_visual`.
If the installation is successful, you should have:
```
$ trios_processing
Usage:
trios_processing <input_dir> <IDpr> <measurement_type> --lat <lat> --lon <lon> [--altitude=alt] [--ofile <ofile>] [--odir <odir>] [--plot] [--figdir <figdir>] [--name <name>] [--method <method>] [--no_clobber]
trios_processing -h | --help
trios_processing -v | --version
```
## Running the tests ## Running the tests
``` ```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment