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

merge-requests/315/head
Reg 2018-07-02 19:59:26 +02:00
rodzic 90360c4854
commit 0ced3adb3a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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