Skip to content
Snippets Groups Projects
Commit 68763136 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

move installation from environment.yml first

parent a00f5a60
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,18 @@
This program read ASCII file(s) from oceanographic instruments (Seabird CTD, Sippican XBT, RDI LADCP, etc), extract data from header files and write result into one ASCII and NetCDF OceanSITES file.
Work in progress.
## Installation based on an YAML environment file
``` bash
conda env create -f environment.yml -n <new_env_name>
```
example:
``` bash
conda env create -f environment.yml -n oceano2python
```
## Installation from scratch with conda
The program works under Windows (terminal) or Git bash as well as under Linux. It is recommended to install miniconda and to create a virtual environment oceano2python.
......@@ -14,12 +26,6 @@ conda install -c conda-forge netCDF4 toml matplotlib xarray seawater PyInstaller
pip install julian
```
## Create an environment based on an YAML environment file
``` bash
conda env create -f environment.yml -n <new_env_name>
```
## Export your environment
Duplicate your environment on another machine, just export it to a YAML file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment