From 6b9b39b9535a6511790011ba505d6e2852110ff9 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 27 Jan 2021 13:28:53 +0100 Subject: [PATCH] the virtualenv.pypa.io-link without .html extension shows a 404 --- python/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.rst b/python/README.rst index 0bf0801b0..fc757a713 100644 --- a/python/README.rst +++ b/python/README.rst @@ -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 `_, +We recommend to first `install virtualenv `_, then create a fresh Python virtual environment and activate it in your shell:: virtualenv venv # or: python -m venv