Skip to content
Snippets Groups Projects
Commit 73f51676 authored by Thibaut ROMAIN's avatar Thibaut ROMAIN
Browse files

DOC: update install and revert remote module doc creation as it is not working properly

parent d694d87e
No related branches found
No related tags found
1 merge request!1059ENH: Add a one line otb installer
Checking pipeline status
...@@ -560,4 +560,4 @@ if __name__ == "__main__": ...@@ -560,4 +560,4 @@ if __name__ == "__main__":
#GenerateRstForApplications(args.rst_dir,args.otb_root) #GenerateRstForApplications(args.rst_dir,args.otb_root)
GenerateRstForModules(args.rst_dir,args.otb_root) GenerateRstForModules(args.rst_dir,args.otb_root)
GenerateRstForRemoteModules(args.rst_dir,args.otb_root) #GenerateRstForRemoteModules(args.rst_dir,args.otb_root)
One liner installation One line installation
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
For a ready to use installation, we provide a script that installs and set the environment for you : For a ready to use installation, we provide a script that installs and set the environment for you :
.. code-block:: bash .. code-block:: bash
...@@ -13,7 +13,7 @@ You can customize the default installation by adding parameters to the one line ...@@ -13,7 +13,7 @@ You can customize the default installation by adding parameters to the one line
.. code-block:: bash .. code-block:: bash
bash -c "$(curl -fsSL https://orfeo-toolbox.org/packages/install-otb.sh) OTB_VERSION OTB_INSTALL_DIRECTORY" bash -c "$(curl -fsSL https://orfeo-toolbox.org/packages/install-otb.sh)" -s OTB_VERSION OTB_INSTALL_DIRECTORY
Manual Installation : One package containing all the modules Manual Installation : One package containing all the modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
...@@ -22,7 +22,6 @@ that are not installed on your default PYTHONPATH. ...@@ -22,7 +22,6 @@ that are not installed on your default PYTHONPATH.
os.add_dll_directory("/Path/To/OTB_INSTALL/lib/") os.add_dll_directory("/Path/To/OTB_INSTALL/lib/")
import otbApplication as otb import otbApplication as otb
Once your environment is set, you can use OTB applications from Python, just Once your environment is set, you can use OTB applications from Python, just
like this small example: like this small example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment