py3: Update Getting Started docs

Change-Id: I94050c40585b397a9f7bab1e48650b89f70ab24d
This commit is contained in:
Tim Burke 2019-08-29 16:55:27 -07:00
parent 2cee9f750f
commit 3e4efb7aa4

View File

@ -11,14 +11,12 @@ most Linux platforms.
Swift is written in Python and has these dependencies:
* Python 2.7
* 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>`_
There is no current support for Python 3.
-----------
Development
-----------