From dd7af56b25afebc8518ff01879ca5440fd3e7ea4 Mon Sep 17 00:00:00 2001 From: Markus Stoll Date: Tue, 21 Feb 2023 12:51:21 +0100 Subject: [PATCH] sklearn env in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dffb4c..a236164 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ It utilizes various metrics of elements and their surrounding neighborhood to ag pip install mesh2vec ``` 3. Please make sure you have an environment variable ANSA_EXECUTABLE set pointing to your ANSA executable to use ANSA depended features like shell and feature import. +4. You may temporarily need to set an environment variable SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True. ### Load Mesh ```python