lidavidm commented on a change in pull request #11472:
URL: https://github.com/apache/arrow/pull/11472#discussion_r733642093



##########
File path: docs/source/developers/archery.rst
##########
@@ -26,14 +26,18 @@ utility called Archery.
 Installation
 ------------
 
-Archery requires Python 3.6 or later. It is recommended to install archery in
+Archery requires Python 3.6 or later.  It is recommended to install archery in

Review comment:
       ```suggestion
   Archery requires Python 3.6 or later. It is recommended to install Archery in
   ```

##########
File path: docs/source/developers/archery.rst
##########
@@ -26,14 +26,18 @@ utility called Archery.
 Installation
 ------------
 
-Archery requires Python 3.6 or later. It is recommended to install archery in
+Archery requires Python 3.6 or later.  It is recommended to install archery in
 *editable* mode with the ``-e`` flag to automatically update the installation
 when pulling the Arrow repository. After cloning the Arrow repository, from
 the top level directory install Archery by using the command
 
 .. code:: bash
 
    pip install -e dev/archery[all]
+   
+Many operations in Archery make use of `Docker <https://docs.docker.com/>`_ 
+and `docker-compose <https://docs.docker.com/compose/>`_., which you may 

Review comment:
       ```suggestion
   and `docker-compose <https://docs.docker.com/compose/>`_, which you may 
   ```

##########
File path: docs/source/developers/archery.rst
##########
@@ -26,14 +26,18 @@ utility called Archery.
 Installation
 ------------
 
-Archery requires Python 3.6 or later. It is recommended to install archery in
+Archery requires Python 3.6 or later.  It is recommended to install archery in

Review comment:
       (I realize this isn't introduced here, but I noticed it due to the diff.)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to