Changes between Version 14 and Version 15 of OutilsFormation
- Timestamp:
- Dec 10, 2019, 3:55:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutilsFormation
v14 v15 77 77 }}} 78 78 79 == 3. ferret install == 79 80 81 #https://github.com/NOAA-PMEL/PyFerret/blob/master/README.md 82 83 84 {{{ 85 conda create -n FERRET -c conda-forge pyferret ferret_datasets --yes 86 }}} 87 88 Pour passer en mode pyferret : 89 cd ~/miniconda3 90 . bin/activate FERRET 91 92