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

[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
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment