Octave for GNU/Linux: Difference between revisions
Jump to navigation
Jump to search
added instructios for installing from anaconda
m (→Guix: update URL) |
(added instructios for installing from anaconda) |
||
Line 107: | Line 107: | ||
snap install --edge octave | snap install --edge octave | ||
== Anaconda == | |||
* More info: https://anaconda.org/conda-forge/octave | |||
conda create --name octave | |||
conda activate octave | |||
conda install -c conda-forge octave | |||
== Spack == | == Spack == |