diff --git a/getPathForPython.md b/getPathForPython.md index bef1e15..831d3ac 100644 --- a/getPathForPython.md +++ b/getPathForPython.md @@ -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 ```