Add missing dependency
Without that, starting from a debian « naked » system, it will fail at the `pip install wheel` stage.
This commit is contained in:
parent
3bfa19a509
commit
7fec060040
|
@ -23,7 +23,7 @@ default on system. You can install them using:
|
|||
.. code-block:: shell
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install curl python3-venv git unzip
|
||||
sudo apt-get install curl python3-pip python3-venv git unzip
|
||||
|
||||
|
||||
Layout
|
||||
|
|
Loading…
Reference in New Issue