Update README.md

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

View file

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