Skip to content
Snippets Groups Projects
Commit 60c9752b authored by Moul's avatar Moul
Browse files

[doc] pip: Suggest to install Python packages to be able to build

- python3-dev and python3-wheel
parent 30331a8e
No related branches found
No related tags found
1 merge request!175pyproject.toml and release.sh clean-ups, Pyinstaller removal
Pipeline #11897 passed
...@@ -16,7 +16,7 @@ sudo dnf install libsodium # Fedora ...@@ -16,7 +16,7 @@ sudo dnf install libsodium # Fedora
### Install dependencies before installing ### Install dependencies before installing
```bash ```bash
sudo apt install python3-pip libssl-dev sudo apt install python3-pip python3-dev python3-wheel libssl-dev
``` ```
On Ubuntu (14.04 and 16.04) and Debian 8, you need this package too: On Ubuntu (14.04 and 16.04) and Debian 8, you need this package too:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment