From 1d6ab3ac2503cf6030bfc62558dfb202ccd99c0b Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 12 Sep 2019 18:25:05 +0200
Subject: [PATCH] [doc] #149: Add Poetry installation on Debian Buster

---
 doc/install_poetry.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/install_poetry.md b/doc/install_poetry.md
index ffc4756e..febe9fdb 100644
--- a/doc/install_poetry.md
+++ b/doc/install_poetry.md
@@ -11,8 +11,16 @@ sudo dnf install libsodium # Fedora
 ### Install Poetry
 - [Installation documentation](https://poetry.eustace.io/docs/#installation)
 
+### On Debian Buster
+```bash
+sudo apt install python3-pip python3-venv
+pip3 install poetry --user --pre
+```
+
 ### Install dependencies and the Python environment
 ```bash
+git clone https://git.duniter.org/clients/python/silkaj
+cd silkaj
 poetry install
 ```
 
-- 
GitLab