Fix link and spacing.

Fix link added to README.rst so that it is properly formatted for PyPI.
This commit is contained in:
vladdd 2014-07-16 18:37:35 -04:00
parent 254768faf2
commit 8a00ee7514

View file

@ -1,7 +1,7 @@
A Framework for Securing Software Update Systems
------------------------------------------------
.. image:: https://travis-ci.org/theupdateframework/tuf.svg?branch=develop
.. image:: https://travis-ci.org/theupdateframework/tuf.svg?branch=develop
:target: https://travis-ci.org/theupdateframework/tuf
.. image:: https://coveralls.io/repos/theupdateframework/tuf/badge.png?branch=develop
@ -162,8 +162,10 @@ Software updaters that want to support verification of RSASSA-PSS
signatures should require their clients to install ``tuf[tools]``.
Installing extras does not work if minimal install was a wheel (pip <= 1.5.6.)
https://github.com/pypa/pip/issues/1885
`https://github.com/pypa/pip/issues/1885 <https://github.com/pypa/pip/issues/1885>`_
::
$ pip install -no-use-wheel tuf
$ pip install tuf[tools]