Skip to content
Snippets Groups Projects
Unverified Commit f479b643 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add python3-venv to required packages.

parent fc3a81fe
No related branches found
No related tags found
Loading
...@@ -30,7 +30,7 @@ documentation. Right now, we encourage using pip to install Poetry ...@@ -30,7 +30,7 @@ documentation. Right now, we encourage using pip to install Poetry
once system-wide (this will change once distributions pick up once system-wide (this will change once distributions pick up
Poetry). On Debian, for example, this would be done with:: 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 sudo pip3 install poetry
You can use any other of the `Poetry installation methods`_. You can use any other of the `Poetry installation methods`_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment