From 0ced3adb3abce2bc2ae10b88505ce1c24e1510ce Mon Sep 17 00:00:00 2001
From: Reg <reg@disroot.org>
Date: Mon, 2 Jul 2018 19:59:26 +0200
Subject: [PATCH] [doc] Installation: moved wheel installation earlier in the
 process so we don't require build-essential

---
 docs/installation/debian.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 34ce91a7..73a22e82 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::
-- 
GitLab