Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-08 14:18:22 +01:00 committed by GitHub
parent 0ba27ee54a
commit c788a93c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,16 +211,34 @@ cd /home/[YOURUSERNAME]/P3.11/bin
### TensorFlow ### TensorFlow
#### CPU only #### Windows
##### CPU only
```shell ```shell
pip install tensorflow pip install tensorflow
``` ```
#### NVidia GPU ##### NVidia GPU
```shell ```shell
python3 -m pip install tensorflow[and-cuda] pip install tensorflow[and-cuda]
```
#### Linux
##### CPU only
```shell
cd /home/[YOURUSERNAME]/P3.11/bin
./pip install tensorflow
```
##### NVidia GPU
```shell
cd /home/[YOURUSERNAME]/P3.11/bin
./pip install tensorflow[and-cuda]
``` ```
|Package|| |Package||