summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-08-01 17:13:25 -0700
committerTim Burke <tim.burke@gmail.com>2022-08-02 14:24:30 -0700
commit7e5c78423f5c5482bd36596b23c78e20ab9c40bf (patch)
treeab5fa878d840c04560552ee5a0c08fc5aa0bc90d /doc
parent91cfb0d6d99ca6148495f5966c1b762a1579029b (diff)
downloadswift-7e5c78423f5c5482bd36596b23c78e20ab9c40bf.tar.gz
Update "Getting Started" requirements
* Call out liberasurecode as a requirement * Include more py3 versions * Use anonymous links Change-Id: Ib1f8ef5e36825b9c241d2a4d838ea01b3df70da0
Diffstat (limited to 'doc')
-rw-r--r--doc/source/getting_started.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst
index f6f044481..81d564e8f 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 <https://github.com/openstack/swift/blob/master/requirements.txt>`_
-* Testing additionally requires `the test dependencies <https://github.com/openstack/swift/blob/master/test-requirements.txt>`_
-* Testing requires `these distribution packages <https://github.com/openstack/swift/blob/master/bindep.txt>`_
+* Python (2.7 or 3.6-3.9)
+* rsync 3.x
+* `liberasurecode <https://opendev.org/openstack/liberasurecode/>`__
+* The Python packages listed in `the requirements file <https://github.com/openstack/swift/blob/master/requirements.txt>`__
+* Testing additionally requires `the test dependencies <https://github.com/openstack/swift/blob/master/test-requirements.txt>`__
+* Testing requires `these distribution packages <https://github.com/openstack/swift/blob/master/bindep.txt>`__
-----------
Development
@@ -36,8 +37,8 @@ CLI client and SDK library
There are many clients in the :ref:`ecosystem <application-bindings>`. The official CLI
and SDK is python-swiftclient.
-* `Source code <https://github.com/openstack/python-swiftclient>`_
-* `Python Package Index <https://pypi.org/project/python-swiftclient>`_
+* `Source code <https://github.com/openstack/python-swiftclient>`__
+* `Python Package Index <https://pypi.org/project/python-swiftclient>`__
----------
Production