From 29bceaab5d061f03a656d6be29dd100010144278 Mon Sep 17 00:00:00 2001 From: Nicolas Karasiak Date: Fri, 27 Sep 2019 10:00:57 +0200 Subject: [PATCH] update to install scikit-learn on windows --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9fbb7ce..55b9ddd 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ Open OsGeo shell in admin, then : `py3_env.bat` -`pip install scikit-learn` +`python3 -m pip install scikit-learn --user` Thanks to Alexander Bruy for the tip.