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

Update README.md

parent 3d08d298
No related merge requests found
......@@ -9,7 +9,7 @@ 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
sudo apt install -y libssl-dev
sudo apt install -y libssl-dev libffi-dev
./configure --enable-optimizations --with-openssl-rpath=/usr/include/x86_64-linux-gnu
```
......
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