Update README.md
Signed-off-by: David Rotermund <davrot@uni-bremen.de>
This commit is contained in:
parent
ea8b38652b
commit
ddb144a766
1 changed files with 8 additions and 8 deletions
|
@ -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]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue