From f82e32c6a31f26dff3d0a707815e5393576c5355 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Wed, 6 Mar 2024 15:37:58 +0100 Subject: [PATCH] Update Installation-Tensorflow.md --- Installation-Tensorflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-Tensorflow.md b/Installation-Tensorflow.md index 6e360a6..b86ef8b 100644 --- a/Installation-Tensorflow.md +++ b/Installation-Tensorflow.md @@ -124,7 +124,7 @@ Update von Conda selbst: ## Installieren von Tensorflow mit Conda -Als erstes erstellen wir eine Conda Environment die Python 3.9 enthält: +Als erstes erstellen wir eine Conda Environment die Python 3.12 enthält: ``` conda create --name tf -y python=3.12