Skip to content

Commit cd8f553

Browse files
Merge pull request #237 from vladimir-v-diaz/develop
Fix link and spacing.
2 parents 254768f + 8a00ee7 commit cd8f553

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
A Framework for Securing Software Update Systems
22
------------------------------------------------
33

4-
.. image:: https://travis-ci.org/theupdateframework/tuf.svg?branch=develop
4+
.. image:: https://travis-ci.org/theupdateframework/tuf.svg?branch=develop
55
:target: https://travis-ci.org/theupdateframework/tuf
66

77
.. 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
162162
signatures should require their clients to install ``tuf[tools]``.
163163

164164
Installing extras does not work if minimal install was a wheel (pip <= 1.5.6.)
165-
https://github.com/pypa/pip/issues/1885
165+
`https://github.com/pypa/pip/issues/1885 <https://github.com/pypa/pip/issues/1885>`_
166+
166167
::
168+
167169
$ pip install -no-use-wheel tuf
168170
$ pip install tuf[tools]
169171

0 commit comments

Comments
 (0)