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:
JocelynDelalande 2018-06-08 22:39:31 +00:00
parent 3bfa19a509
commit 7fec060040
1 changed files with 1 additions and 1 deletions

View File

@ -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