openEMS/python
Thorsten Liebig 65ca6bfc44 python: add set number of threads interface
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2018-01-04 15:51:18 +01:00
..
Tutorials python: add some initial automesh features 2017-03-01 22:08:53 +01:00
doc python: doc updates 2016-11-15 20:09:27 +01:00
openEMS python: add set number of threads interface 2018-01-04 15:51:18 +01:00
README.md python: add readme 2016-08-28 21:41:14 +02:00
setup.py python: initial code for python interface using cython 2016-08-28 21:34:28 +02:00

README.md

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"
pyhton setup.py install

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