Fix incorrect backtick.

environments/review-docs-overh-oprtmo/deployments/9189
Ciaran Ainsworth 2022-01-14 09:17:08 +01:00 zatwierdzone przez Georg Krause
rodzic 5f28edbc32
commit 6ad94aae22
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -164,7 +164,7 @@ Poetry installs packages in a `virtualenv <https://docs.python.org/3/library/ven
This prevents collisions with other Python packages on your system. To install poetry,
check out `their documentation <https://python-poetry.org/docs/#installation>`_.
By default, poetry creates a virtualenv `in`{cache-dir}/virtualenvs`.
By default, poetry creates a virtualenv in `{cache-dir}/virtualenvs`.
We recommend creating your virtualenv inside your Funkwhale `api` directory.
To do this, navigate to the directory and run the :command:`poetry config virtualenvs.in-project`
command.