Skip to content
Snippets Groups Projects
Commit ce077ae8 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA Committed by Moul
Browse files

[doc] #142: Pip install: add dependency for Linux Mint

parent ae167101
No related branches found
No related tags found
1 merge request!89Add Docker install procedure, Pip: dependency and PATH tricks
...@@ -6,11 +6,18 @@ ...@@ -6,11 +6,18 @@
sudo apt install python3-pip libssl-dev sudo apt install python3-pip libssl-dev
``` ```
On Ubuntu 14.04 and Debian 8, you need this package too: On Ubuntu (14.04 and 16.04) and Debian 8, you need this package too:
```bash ```bash
sudo apt install libffi-dev sudo apt install libffi-dev
``` ```
Your system must use UTF-8 locales.
Linux Mint is reported to require the installation of this package too:
```
sudo apt install python3-dev
```
## Install from Pypi ## Install from Pypi
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment