From 2af4d3f12ea1358849fcf90bf3f620969c2cec82 Mon Sep 17 00:00:00 2001 From: Sebastien Awwad Date: Mon, 8 Apr 2019 13:32:43 -0400 Subject: [PATCH] DOC: simplify installation instructions in QUICKSTART Signed-off-by: Sebastien Awwad --- docs/QUICKSTART.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 16e7f21d..6889dcf6 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -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.