From 7e5c78423f5c5482bd36596b23c78e20ab9c40bf Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 1 Aug 2022 17:13:25 -0700 Subject: [PATCH] Update "Getting Started" requirements * Call out liberasurecode as a requirement * Include more py3 versions * Use anonymous links Change-Id: Ib1f8ef5e36825b9c241d2a4d838ea01b3df70da0 --- doc/source/getting_started.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index f6f044481f..81d564e8f0 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -11,11 +11,12 @@ most Linux platforms. Swift is written in Python and has these dependencies: -* Python (2.7, 3.6, or 3.7) -* rsync 3.0 -* The Python packages listed in `the requirements file `_ -* Testing additionally requires `the test dependencies `_ -* Testing requires `these distribution packages `_ +* Python (2.7 or 3.6-3.9) +* rsync 3.x +* `liberasurecode `__ +* The Python packages listed in `the requirements file `__ +* Testing additionally requires `the test dependencies `__ +* Testing requires `these distribution packages `__ ----------- Development @@ -36,8 +37,8 @@ CLI client and SDK library There are many clients in the :ref:`ecosystem `. The official CLI and SDK is python-swiftclient. -* `Source code `_ -* `Python Package Index `_ +* `Source code `__ +* `Python Package Index `__ ---------- Production