python: add readme

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2016-08-28 21:41:14 +02:00
parent 4ebe163aeb
commit 8a2eb2df33

14
python/README.md Normal file
View File

@ -0,0 +1,14 @@
# openEMS python interface
## Install
* Simple version:
```python
python setup.py install
```
* Extended options, e.g. for custom install path at */opt/openEMS*:
```python
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