Update Installation-Tensorflow.md

This commit is contained in:
Thomas Keller 2024-03-06 15:37:58 +01:00
parent 15dd0b0993
commit f82e32c6a3

View File

@ -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