Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
37db5302
Commit
37db5302
authored
Jan 14, 2022
by
Ciaran Ainsworth
Browse files
Fix incorrect backtick.
parent
8dbabb3f
Pipeline
#18079
passed with stages
in 48 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/installation/debian.rst
View file @
37db5302
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment