the virtualenv.pypa.io-link without .html extension shows a 404

This commit is contained in:
B. Petersen
2021-01-27 13:28:53 +01:00
committed by link2xt
parent 1ac44e5a77
commit 6b9b39b953

View File

@@ -14,7 +14,7 @@ If you have a Linux system you may try to install the ``deltachat`` binary "whee
without any "build-from-source" steps.
Otherwise you need to `compile the Delta Chat bindings yourself <#sourceinstall>`_.
We recommend to first `install virtualenv <https://virtualenv.pypa.io/en/stable/installation/>`_,
We recommend to first `install virtualenv <https://virtualenv.pypa.io/en/stable/installation.html>`_,
then create a fresh Python virtual environment and activate it in your shell::
virtualenv venv # or: python -m venv