ofmla / seiscope_opt_toolbox_w_ctypes

This repo shows how to use SEISCOPE optimization toolbox Fortran code from Python
MIT License
22 stars 7 forks source link

use the standard way to find shared libraries on Linux #5

Closed aavbsouza closed 2 years ago

aavbsouza commented 2 years ago

use the standard way to find shared libraries on Linux (LD_LIBRARY_PATH) and update the documentation

aavbsouza commented 2 years ago

@ofmla

ofmla commented 2 years ago

To install the Python API with the embedded seiscope optimization toolbox shared library you can use pip. pip install sotb-wrapper