From 8a00ee7514552f30f85ffdf423a23ca2e190d181 Mon Sep 17 00:00:00 2001 From: vladdd Date: Wed, 16 Jul 2014 18:37:35 -0400 Subject: [PATCH] Fix link and spacing. Fix link added to README.rst so that it is properly formatted for PyPI. --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 326d81bb..4b1eedb8 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ + :: + $ pip install -no-use-wheel tuf $ pip install tuf[tools]