openEMS/python
Thorsten Liebig bad842a710 voltage probes: better voltage integration with direction
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2021-08-25 19:05:11 +02:00
..
Tutorials python Tutorial: fix bent patch antenna 2021-07-08 15:23:47 +02:00
doc python: doc updates 2016-11-15 20:09:27 +01:00
openEMS voltage probes: better voltage integration with direction 2021-08-25 19:05:11 +02:00
README.md fix typo, #35 2018-11-17 18:36:30 +01:00
setup.py python: replace distutils with setuptools 2021-07-13 19:17:15 +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"
python setup.py install

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