Skip to content

Commit 03c2b5b

Browse files
committed
Update README.md
forgot to add make install
1 parent 10e7de6 commit 03c2b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ If you want to install libmsym in a custom directory, the easies way it to use c
4646
```shell
4747
# install libmsym shared library in $HOME/lib and the python module in the user site
4848
cmake -DMSYM_BUILD_PYTHON:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_INSTALL_PREFIX=$HOME/lib -DMSYM_PYTHON_INSTALL_OPTS=--user ../.
49+
make install
4950
# run example
5051
python ../bindings/python/examples/msympy_example.py <input xyz-file> <output xyz-file>
5152
```

0 commit comments

Comments
 (0)