From 02edbcabf197ad4e48b60af26e4465c288b66ac6 Mon Sep 17 00:00:00 2001 From: Chris Snijder Date: Tue, 23 Aug 2016 14:12:53 +0200 Subject: [PATCH] More fixes for README --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 20e2278..ac0ece9 100644 --- a/README.rst +++ b/README.rst @@ -411,12 +411,13 @@ reasons. Setuptools version conflict --------------------------- -Most likely the `python-setuptools` version in your os's repositories is quite -outdated. You will need to install a newer version, to do this you can run: +Most likely the ``python-setuptools`` version in your os's repositories is +quite outdated. You will need to install a newer version, to do this you can +run: .. code:: bash pip install --upgrade setuptools -Since pip is part of `python-setuptools`, you need to have it installed before +Since pip is part of ``python-setuptools``, you need to have it installed before you can update.