diff --git a/doc/install_poetry.md b/doc/install_poetry.md
index febe9fdb5c5c764699af955dda16ea38048ceada..66fa409ea716012e99142643ddb25d2e6e1dfcb1 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