From f479b643c77252916a7a74ea6a4dc9a48b2ce5e9 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 17 Aug 2019 12:42:25 +0200 Subject: [PATCH] Add python3-venv to required packages. cf. https://github.com/sdispater/poetry/issues/197 --- docs/dev/01_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/01_setup.rst b/docs/dev/01_setup.rst index c0a907171..c036f5c83 100644 --- a/docs/dev/01_setup.rst +++ b/docs/dev/01_setup.rst @@ -30,7 +30,7 @@ documentation. Right now, we encourage using pip to install Poetry once system-wide (this will change once distributions pick up Poetry). On Debian, for example, this would be done with:: - sudo apt install python3-pip + sudo apt install python3-pip python3-venv sudo pip3 install poetry You can use any other of the `Poetry installation methods`_. -- GitLab