From 19e2d4ee9c00a2b583353f09bcf70722a017d2e5 Mon Sep 17 00:00:00 2001 From: Alan Grossfield Date: Wed, 27 Feb 2019 14:54:20 -0500 Subject: [PATCH] tiny tweak to the conda install instructions --- INSTALL.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 87077dc1b..8586c922d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,7 +13,7 @@ Fedora 24 | yes | yes | Deprecated Fedora 25 | yes | yes | Deprecated Fedora 26 | yes | yes | Deprecated Fedora 27 | yes | yes | Deprecated -Fedora 28 | yes | yes | +Fedora 28 | yes | yes | Fedora 29 | yes | yes | Ubuntu 12.04 LTS | yes | yes | Deprecated Ubuntu 14.04 LTS | yes | yes | Deprecated @@ -23,7 +23,7 @@ Ubuntu 16.04 LTS | yes | yes | Deprecated Ubuntu 18.04 | yes | yes | Debian 7.8 | yes | yes | Deprecated Debian 8.1 | yes | yes | Deprecated -Debian 9.8 | yes | yes | +Debian 9.8 | yes | yes | Centos 7 | yes | no | No python 3 OpenSUSE 12 | yes | yes | Deprecated OpenSUSE 13 | yes | yes | Deprecated @@ -175,9 +175,8 @@ However, if you clone LOOS from GitHub, you will need to either: Assuming you already have a working install of Anaconda or miniconda, you'll need to say - conda create loos - conda activate loos - conda install swig scons numpy scipy boost blas libnetcdf + conda create -n loos python=3 swig scons numpy scipy boost openblas libnetcdf + Then, run the newly installed scons to build LOOS