From 06580c735b512117522a86e638be601ba11a6c6c Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 16 Jan 2020 19:07:23 +0200
Subject: [PATCH] [doc] #249: Install Poetry stable

---
 doc/install_poetry.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install_poetry.md b/doc/install_poetry.md
index febe9fdb..66fa409e 100644
--- a/doc/install_poetry.md
+++ b/doc/install_poetry.md
@@ -14,7 +14,7 @@ sudo dnf install libsodium # Fedora
 ### On Debian Buster
 ```bash
 sudo apt install python3-pip python3-venv
-pip3 install poetry --user --pre
+pip3 install poetry --user
 ```
 
 ### Install dependencies and the Python environment
-- 
GitLab