Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
45bed40d28
commit
b99d08b356
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Python installation (Windows)
|
# Python installation (Windows / Linux)
|
||||||
{:.no_toc}
|
{:.no_toc}
|
||||||
|
|
||||||
<nav markdown="1" class="toc-class">
|
<nav markdown="1" class="toc-class">
|
||||||
|
@ -52,6 +52,8 @@ cd Python-3.11.7
|
||||||
./configure --prefix=/home/[YOURUSERNAME]/P3.11 --enable-optimizations
|
./configure --prefix=/home/[YOURUSERNAME]/P3.11 --enable-optimizations
|
||||||
make -j 10
|
make -j 10
|
||||||
make install
|
make install
|
||||||
|
cd /home/[YOURUSERNAME]/P3.11/bin
|
||||||
|
./pip3 install --upgrade pip
|
||||||
```
|
```
|
||||||
|
|
||||||
## Numba
|
## Numba
|
||||||
|
|
Loading…
Reference in a new issue