DOC: simplify installation instructions in QUICKSTART

Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
This commit is contained in:
Sebastien Awwad 2019-04-08 13:32:43 -04:00
parent ed6acd4ef1
commit 2af4d3f12e
No known key found for this signature in database
GPG key ID: BC0C6DEDD5E5CC03

View file

@ -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.