Update 'getPathForPython'

Renata Kopecná 2022-02-08 12:47:08 +01:00
parent 639c1937fd
commit 22394a6254

@ -2,6 +2,7 @@ This script is a helper function for the python scripts. It loads the hardcoded
First, compile the script to be a standalone executable that can be called by pyhton:
```
cd Code/Selection/ComparisonTool
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython
```