More fixes for README

This commit is contained in:
Chris Snijder 2016-08-23 14:12:53 +02:00
parent c82b83c7b4
commit 02edbcabf1
1 changed files with 4 additions and 3 deletions

View File

@ -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.