Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
DuniterPy
Commits
f3c078af
Commit
f3c078af
authored
4 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[doc]
#155
: Barely document pip installation
Add Debian required dependencies to build Python dependencies
parent
60fa96f6
No related branches found
No related tags found
No related merge requests found
Pipeline
#11834
passed
4 years ago
Stage: checks
Stage: tests
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-1
6 additions, 1 deletion
README.md
with
6 additions
and
1 deletion
README.md
+
6
−
1
View file @
f3c078af
...
...
@@ -37,7 +37,12 @@ It is currently used by following programs:
-
[
pyaes
](
https://pypi.org/project/pyaes
)
## Installation
You can install DuniterPy and its dependencies with the following command:
You might require following dependencies:
```
bash
sudo
apt
install
python3-pip python3-dev python3-wheel
```
You can install DuniterPy and its dependencies with following command:
```
bash
pip3
install
duniterpy
--user
```
...
...
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