From c8e1424c3fae12c203c3fc815845d263afe48009 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 31 Dec 2018 12:19:50 -0500 Subject: [PATCH] Fix docs typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b53a71f..31a7cb2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -460,7 +460,7 @@ Or, install the latest development release directly from GitHub: Installation using pypy3 ------------------------ -For the best possible processing speed, consider using `parsedmarc` inside a ``pypy3`` +For the best possible processing speed, consider using ``parsedmarc`` inside a ``pypy3`` virtualenv. First, `download the latest version of pypy3`_. Extract it to ``/opt/pypy3`` (``sudo mkdir /opt`` if ``/opt`` does not exist), then create a symlink: