Skip to content
Snippets Groups Projects
Commit 3320d230 authored by Moul's avatar Moul
Browse files

[doc] #155: Barely document pip installation

Add Debian packages required dependencies to build Python dependencies
and use DuniterPy
parent 60fa96f6
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!131Barely document pip installation, remove ci/libsodium.sh
...@@ -37,7 +37,12 @@ It is currently used by following programs: ...@@ -37,7 +37,12 @@ It is currently used by following programs:
- [pyaes](https://pypi.org/project/pyaes) - [pyaes](https://pypi.org/project/pyaes)
## Installation ## Installation
You can install DuniterPy and its dependencies with the following command: You will require following dependencies:
```bash
sudo apt install python3-pip python3-dev python3-wheel libsodium23
```
You can install DuniterPy and its dependencies with following command:
```bash ```bash
pip3 install duniterpy --user pip3 install duniterpy --user
``` ```
......
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