diff --git a/Documentation/Cookbook/rst/Installation.rst b/Documentation/Cookbook/rst/Installation.rst index 899c95310a97cbe6e97765bac8f15030cb17463b..4af52c934a60717494ba3bd9d2063bb8ca08492a 100644 --- a/Documentation/Cookbook/rst/Installation.rst +++ b/Documentation/Cookbook/rst/Installation.rst @@ -32,6 +32,18 @@ MacOS X .. include:: Installation_Macos.rst + +Conda package +------------- + +A conda package is available for Orfeo Toolbox on Linux. It can be found at https://anaconda.org/orfeotoolbox/otb +and can be installed with the command + +:: + + conda install -c orfeotoolbox otb + + Other packages --------------