diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 34ce91a7f40dd423a8dc0ab231c1de459414be3a..73a22e823fb69ef8299ca035599a9d8f7327d1d2 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -148,6 +148,7 @@ First, create the virtualenv:
 .. code-block:: shell
 
     python3 -m venv /srv/funkwhale/virtualenv
+    pip install wheel
 
 This will result in a ``virtualenv`` directory being created in
 ``/srv/funkwhale/virtualenv``.
@@ -165,7 +166,6 @@ Finally, install the python dependencies:
 
 .. code-block:: shell
 
-    pip install wheel
     pip install -r api/requirements.txt
 
 .. important::