From 34379599226fc8de5a627adbb43a493f24c5d4c8 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Sat, 17 Nov 2018 18:36:30 +0100 Subject: [PATCH] fix typo, #35 Signed-off-by: Thorsten Liebig --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 72f64be..887e9da 100644 --- a/python/README.md +++ b/python/README.md @@ -9,6 +9,6 @@ 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 +python setup.py install ``` **Note:** The install command may require root on Linux, or add --user to install to ~/.local