diff --git a/README.md b/README.md index 2999a9f664..1b542e144f 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ cd openPMD-api-build # for options append: # -DopenPMD_USE_...=... # e.g. for python support add: -# -DopenPMD_USE_PYTHON=ON +# -DopenPMD_USE_PYTHON=ON -DPython_EXECUTABLE=$(which python3) cmake ../openPMD-api cmake --build . diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index e67c2ec43c..ebe40ddeb1 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -146,7 +146,7 @@ Linux & OSX # for options append: # -DopenPMD_USE_...=... # e.g. for python support add: - # -DopenPMD_USE_PYTHON=ON + # -DopenPMD_USE_PYTHON=ON -DPython_EXECUTABLE=$(which python3) cmake ../openPMD-api cmake --build .