1,855
edits
(Update link.) |
(→About Octave packages: Describe the current situation how to publish a package.) |
||
Line 17: | Line 17: | ||
# <code>pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz</code> | # <code>pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz</code> | ||
If | If you created an own package, it can be added to the [https://github.com/gnu-octave/packages/blob/master/CONTRIBUTING.md Octave Package] index. | ||
Existing packages of the Octave Forge index can be installed with the <code>-forge</code> flag, for example: | |||
* <code>pkg install -forge image</code> | * <code>pkg install -forge image</code> | ||
The Octave Forge index is a legacy project and does not accept new packages. | |||
== Free and open-source == | == Free and open-source == |