summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-10 10:52:16 +0000
committerGerrit Code Review <review@openstack.org>2022-08-10 10:52:16 +0000
commitfc6555d9f33eb703ac22ade6c9e7da3260b16d4b (patch)
tree448cb3aa73645b88a676ec93ccabd2407ca26702 /doc
parent0c8c36b3fa51a3d8d4f06973f9fdd92e812c138e (diff)
parent7e5c78423f5c5482bd36596b23c78e20ab9c40bf (diff)
downloadswift-fc6555d9f33eb703ac22ade6c9e7da3260b16d4b.tar.gz
Merge "Update "Getting Started" requirements"
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