openEMS/python
Thorsten Liebig 9e5dcecd31 python: unlock python GIL for long running tasks
Signed-off-by: Thorsten Liebig <liebig@imst.de>
2020-01-04 15:57:21 +01:00
..
doc python: doc updates 2016-11-15 20:09:27 +01:00
openEMS python: unlock python GIL for long running tasks 2020-01-04 15:57:21 +01:00
Tutorials Fix missing deg2rad in RCS sphere tutorial #58 2019-11-07 12:28:19 +01:00
README.md fix typo, #35 2018-11-17 18:36:30 +01:00
setup.py python: initial code for python interface using cython 2016-08-28 21:34:28 +02:00

openEMS python interface

Install

  • Simple version:
python setup.py install
  • Extended options, e.g. for custom install path at /opt/openEMS:
python setup.py build_ext -I/opt/openEMS/include -L/opt/openEMS/lib -R/opt/openEMS/lib"
python setup.py install

Note: The install command may require root on Linux, or add --user to install to ~/.local