diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index fae23ad9c7963da88f37a706a4414e8e50e08e7d..f3235fe0ad713f1d8844d2f3161700e497ae01f3 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -168,12 +168,11 @@ To avoid collisions with other software on your system, Python dependencies will be installed in a dedicated `virtualenv <https://docs.python.org/3/library/venv.html>`_. -First, create the virtualenv and install wheel: +First, create the virtualenv: .. code-block:: shell python3 -m venv /srv/funkwhale/virtualenv - pip3 install wheel This will result in a ``virtualenv`` directory being created in ``/srv/funkwhale/virtualenv``. @@ -191,6 +190,7 @@ Finally, install the python dependencies: .. code-block:: shell + pip install wheel pip install -r api/requirements.txt .. important::