Update README.md

Signed-off-by: David Rotermund <davrot@uni-bremen.de>
This commit is contained in:
David Rotermund 2024-05-02 15:33:32 +02:00 committed by GitHub
parent ea8b38652b
commit ddb144a766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,19 +111,19 @@ pip uninstall numpy numba
### Linux ### Linux
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip install numpy ./pip install numpy
``` ```
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip install numba ./pip install numba
``` ```
If so then you have to decide if you want to remove numba and the downgraded numpy version before continuing. I would remove it! If so then you have to decide if you want to remove numba and the downgraded numpy version before continuing. I would remove it!
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip uninstall numpy numba ./pip uninstall numpy numba
``` ```
@ -142,7 +142,7 @@ pip3 install numpy scipy pandas flake8 pep8-naming black matplotlib seaborn ipyt
### Linux ### Linux
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip3 install numpy scipy pandas flake8 pep8-naming black matplotlib seaborn ipython jupyterlab mypy dataclasses-json dataconf ipympl pywavelets scikit-image opencv-python scikit-learn tqdm argh sympy jsmin pybind11 pybind11-stubgen pigar asciichartpy natsort ipykernel ./pip3 install numpy scipy pandas flake8 pep8-naming black matplotlib seaborn ipython jupyterlab mypy dataclasses-json dataconf ipympl pywavelets scikit-image opencv-python scikit-learn tqdm argh sympy jsmin pybind11 pybind11-stubgen pigar asciichartpy natsort ipykernel
``` ```
@ -203,14 +203,14 @@ pip3 install torch torchvision torchaudio torchtext --index-url https://downloa
##### CPU only ##### CPU only
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip3 install torch torchvision torchaudio torchtext --index-url https://download.pytorch.org/whl/cpu ./pip3 install torch torchvision torchaudio torchtext --index-url https://download.pytorch.org/whl/cpu
``` ```
##### NVidia GPU ##### NVidia GPU
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip3 install torch torchvision torchaudio torchtext ./pip3 install torch torchvision torchaudio torchtext
``` ```
@ -242,14 +242,14 @@ pip3 install tensorflow[and-cuda]
##### CPU only ##### CPU only
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip3 install tensorflow ./pip3 install tensorflow
``` ```
##### NVidia GPU ##### NVidia GPU
```shell ```shell
cd /home/[YOURUSERNAME]/P3.11/bin cd /home/[YOURUSERNAME]/P3.12/bin
./pip3 install tensorflow[and-cuda] ./pip3 install tensorflow[and-cuda]
``` ```