Octave for macOS: Difference between revisions
added instructions for installing from anaconda
(added instructions for installing from anaconda) |
|||
Line 16: | Line 16: | ||
All [https://en.wikipedia.org/wiki/Package_manager package managers] below are given in alphabetical order. The Octave developers do not recommend a certain package manager. | All [https://en.wikipedia.org/wiki/Package_manager package managers] below are given in alphabetical order. The Octave developers do not recommend a certain package manager. | ||
=== Anaconda === | |||
→ ''Link to [https://anaconda.org/conda-forge/octave Octave package] there.'' | |||
conda create --name octave | |||
conda activate octave | |||
conda install -c conda-forge octave | |||
=== Homebrew === | === Homebrew === |