** Install anaconda The python tools works with python 2.7 from anaconda2. You may need to update your anaconda if it is old: conda install future conda install reportlab conda upgrade anaconda conda install -c conda-forge pdfrw The “future” module is needed because some python_tools support python2.7 and python3 thanks to this module. ** Checkout the python_tools sources svn co https://version-lesia.obspm.fr:/repos/DRS_gravity/python_tools ** Install the python tools: (1) Copy python_tools where you want, ex here $HOME/python_tools (2) Add these path in your bashrc: export PATH=$PATH:$HOME/python_tools:$HOME/python_tools/gravi_shell:$HOME/python_tools/gravi_quicklook export PYTHONPATH=$HOME/python_tools:$PYTHONPATH