openEMS/python
Thorsten Liebig 6a13d81cf0 python: add missing definition for custom excite, #129
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2023-12-16 15:48:58 +01:00
..
Tutorials Dmax is in linear power units, so convert to dB power before adding to dB power. 2023-11-18 13:25:28 +01:00
doc python: doc updates 2016-11-15 20:09:27 +01:00
openEMS python: add missing definition for custom excite, #129 2023-12-16 15:48:58 +01:00
README.md fix typo, #35 2018-11-17 18:36:30 +01:00
setup.py python: fix language level setup, #130 2023-12-16 11:05:02 +01: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"
python setup.py install

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