[doc] Installation: moved wheel installation earlier in the process so we don't require build-essential

This commit is contained in:
Reg 2018-07-02 19:59:26 +02:00
parent 90360c4854
commit 0ced3adb3a
1 changed files with 1 additions and 1 deletions

View File

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