Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
ce077ae8
Commit
ce077ae8
authored
6 years ago
by
Sébastien DA ROCHA
Committed by
Moul
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[doc]
#142
: Pip install: add dependency for Linux Mint
parent
ae167101
No related branches found
No related tags found
1 merge request
!89
Add Docker install procedure, Pip: dependency and PATH tricks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/install_pip.md
+8
-1
8 additions, 1 deletion
doc/install_pip.md
with
8 additions
and
1 deletion
doc/install_pip.md
+
8
−
1
View file @
ce077ae8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment