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

[mod] #100: document silkaj install from pypi/pip.

parent 67f94929
No related branches found
No related tags found
1 merge request!80100 pip install
# Install Silkaj with Pip
## Install dependencies
```bash
sudo apt install python3-pip libssl-dev
```
On Ubuntu 14.04 and Debian 8, you need this package too:
```bash
sudo apt install libffi-dev
```
## Install from Pypi
```bash
pip3 install silkaj
```
## Install from sources
### Retrieve silkaj sources
```bash
sudo apt install git
git clone https://git.duniter.org/clients/python/silkaj.git
cd silkaj
```
### Install with dependencies
Just install:
```bash
pip3 install .
```
Or install it as "editable", for development:
```bash
pip3 install -e .
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment