mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue