mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix link and spacing.
Fix link added to README.rst so that it is properly formatted for PyPI.
This commit is contained in:
parent
254768faf2
commit
8a00ee7514
1 changed files with 4 additions and 2 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue