Skip to content
Snippets Groups Projects
Commit 3d08d298 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Update README.md

parent cca61a4d
No related merge requests found
......@@ -9,7 +9,8 @@ Extract it and open a terminal in the extracted folder.
Configure the installation.
The `--with-openssl-rpath` is needed from Python 3.9 onwards, else pip will say it's missing ssl.
```sh
./configure --enable-optimizations --with-openssl-rpath=/usr/lib/x86_64-linux-gnu
sudo apt install -y libssl-dev
./configure --enable-optimizations --with-openssl-rpath=/usr/include/x86_64-linux-gnu
```
Install Python
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment