mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
DOC: simplify installation instructions in QUICKSTART
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
This commit is contained in:
parent
ed6acd4ef1
commit
2af4d3f12e
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ how TUF works, however. It will serve as a very basic update system.
|
|||
|
||||
**Step (0)** - Make sure TUF is installed.
|
||||
|
||||
See the [installation instructions for TUF](INSTALLATION.rst).
|
||||
The TUF CLI makes use of some crypto dependencies, so please include the
|
||||
optional `pip install securesystemslib[crypto,pynacl]` step.
|
||||
Make sure that TUF is installed, along with some of the optional cryptographic
|
||||
libraries and C extensions:
|
||||
`pip install securesystemslib[crypto,pynacl] tuf`
|
||||
|
||||
|
||||
**Step (1)** - Create a basic repository and client.
|
||||
|
|
|
|||
Loading…
Reference in a new issue