From ccfb1b87e491693e00e3c86e6849225a866346c0 Mon Sep 17 00:00:00 2001
From: Dominik Thoennes <dominik.thoennes@fau.de>
Date: Tue, 1 Mar 2022 09:11:22 +0100
Subject: [PATCH] clarify Python_ROOT_DIR

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1478b1abf..3c67841a2 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ CMake options and variables.
 Some important CMake variables:
 
 - `WALBERLA_BUILD_WITH_CODEGEN` Enable pystencils code generation"
-- `Python_ROOT_DIR` Define the root directory of a Python installation.
+- `Python_ROOT_DIR` Specify the directory of the `python` executable. e.g. `~/miniconda/bin/`
 - `MPI_HOME` Specify the base directory of the MPI installation.`
 - `WALBERLA_BUILD_WITH_PYTHON` Support for embedding Python
 - `WALBERLA_BUILD_WITH_CUDA` Enable CUDA support
-- 
GitLab