[doc] Installation: moved wheel installation earlier in the process so we don't require build-essential
This commit is contained in:
parent
90360c4854
commit
0ced3adb3a
|
@ -148,6 +148,7 @@ First, create the virtualenv:
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
python3 -m venv /srv/funkwhale/virtualenv
|
python3 -m venv /srv/funkwhale/virtualenv
|
||||||
|
pip install wheel
|
||||||
|
|
||||||
This will result in a ``virtualenv`` directory being created in
|
This will result in a ``virtualenv`` directory being created in
|
||||||
``/srv/funkwhale/virtualenv``.
|
``/srv/funkwhale/virtualenv``.
|
||||||
|
@ -165,7 +166,6 @@ Finally, install the python dependencies:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
pip install wheel
|
|
||||||
pip install -r api/requirements.txt
|
pip install -r api/requirements.txt
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
|
|
Loading…
Reference in New Issue