We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e7de6 commit 03c2b5bCopy full SHA for 03c2b5b
README.md
@@ -46,6 +46,7 @@ If you want to install libmsym in a custom directory, the easies way it to use c
46
```shell
47
# install libmsym shared library in $HOME/lib and the python module in the user site
48
cmake -DMSYM_BUILD_PYTHON:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_INSTALL_PREFIX=$HOME/lib -DMSYM_PYTHON_INSTALL_OPTS=--user ../.
49
+make install
50
# run example
51
python ../bindings/python/examples/msympy_example.py <input xyz-file> <output xyz-file>
52
```
0 commit comments