Skip to content

Commit 67dd649

Browse files
committed
DOC: cover possible environment requirements in QUICKSTART
Signed-off-by: Sebastien Awwad <[email protected]>
1 parent 2af4d3f commit 67dd649

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/QUICKSTART.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ how TUF works, however. It will serve as a very basic update system.
1414
**Step (0)** - Make sure TUF is installed.
1515

1616
Make sure that TUF is installed, along with some of the optional cryptographic
17-
libraries and C extensions:
17+
libraries and C extensions. Try this command to do that:
1818
`pip install securesystemslib[crypto,pynacl] tuf`
1919

20+
If you run into errors during that pip command, please consult the more
21+
detailed [TUF Installation Instructions](INSTALLATION.rst). (There are some
22+
system libraries that you may need to install first.)
23+
2024

2125
**Step (1)** - Create a basic repository and client.
2226

0 commit comments

Comments
 (0)