Skip to content
Snippets Groups Projects
Unverified Commit 9f15bfc7 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr Committed by GitHub
Browse files

Update README.md

parent a245b0ac
No related branches found
No related tags found
No related merge requests found
......@@ -17,18 +17,6 @@ You must install the following tools:
- Git (<https://git-scm.com/downloads>)
- miniconda3 (<https://docs.conda.io/en/latest/miniconda.html>)
- chocolatey (<https://chocolatey.org/install>) and install GNU Make package (<https://community.chocolatey.org/packages/make>)
## 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-windows.yml -n oceano2python
```
## Installation from scratch with conda
......@@ -40,6 +28,17 @@ conda activate oceano2python
conda install -c conda-forge netCDF4 toml matplotlib xarray seawater PyInstaller pysimplegui
pip install julian notanorm
```
## 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-windows.yml -n oceano2python
```
## Export your environment
......
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