Skip to content

Commit

Permalink
tiny tweak to the conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
agrossfield committed Feb 27, 2019
1 parent 5909407 commit 19e2d4e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 19e2d4e

Please sign in to comment.