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



##########
File path: docs/source/developers/archery.rst
##########
@@ -85,3 +89,6 @@ help output, for example:
      images  List the available docker-compose images.
      push    Push the generated docker-compose image.
      run     Execute docker-compose builds.
+     

Review comment:
       ```suggestion
   
   ```

##########
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 
+also want to install.   

Review comment:
       ```suggestion
   
   Many operations in Archery make use of `Docker <https://docs.docker.com/>`_
   and `docker-compose <https://docs.docker.com/compose/>`_, which you may
   also want to install.
   ```




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to