From 1ac44e5a77667159c10a9e9b3c5dd9e1fbdd76a2 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 15 Jan 2021 17:22:39 +0100 Subject: [PATCH] fix internal link in README.rst there must not be a space between link text and the link in angle brackets: https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html --- python/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.rst b/python/README.rst index 0defcc230..0bf0801b0 100644 --- a/python/README.rst +++ b/python/README.rst @@ -11,8 +11,8 @@ Installing pre-built packages (Linux-only) ======================================================== If you have a Linux system you may try to install the ``deltachat`` binary "wheel" packages -without any "build-from-source" steps. Otherwise you need to `compile the Delta Chat bindings -yourself `_. +without any "build-from-source" steps. +Otherwise you need to `compile the Delta Chat bindings yourself <#sourceinstall>`_. We recommend to first `install virtualenv `_, then create a fresh Python virtual environment and activate it in your shell::