Skip to content
Snippets Groups Projects
Commit c5a44f75 authored by Christophe R's avatar Christophe R
Browse files

update of the installation.rst and requirements.txt

parent 16ee171a
No related branches found
No related tags found
No related merge requests found
......@@ -29,17 +29,18 @@ Orfeo Toolbox (OTB) and its python bindings
As indicated in the `OTB installation
<https://www.orfeo-toolbox.org/CookBook/Installation.html#linux-x86-64>`_, you need to modify some files to have functional OTB installation :
* To use Python3 you need in the file otbenv.profile modify ``lib/python`` into ``lib/python3``, for variable PYTHONPATH
* You need to add a symlink to libpython3.5m.so.rh-python35-1.0 to make it works. The method is described in the FAQ on the OTB installation page. Note that you can create this symlink regardless of your version of Python3 by pointing to the file libpython3.Xm.so..
* Finally, you must initialize the environment each time you launch a terminal
* Finally, you must initialize the environment each time you launch a terminal with
.. code-block:: console
source otbenv.profile
You can also indicate in your user's .profile the path to ``otbenv.profile`` (example : source /home/user/OTB-6.6.0-Linux64/otbenv.profile)
You can also indicate in your user's .profile the path to ``otbenv.profile`` (example : source /home/user/OTB-6.6.0-Linux64/otbenv.profile)
Then you can install Python Numpy for OTB bindings
......
......@@ -10,4 +10,5 @@ pyproj>=1.9.5.1
typing>=3.6.6
pandas>=0.23.4
urllib3>=1.22
geopandas>=0.5.0
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