This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ae50af6  ARROW-14313: [Doc] Make Archery installation docs more 
accurate
ae50af6 is described below

commit ae50af628b1d026f05f2bb9fdb2d8877328572e3
Author: Antoine Pitrou <[email protected]>
AuthorDate: Thu Oct 14 13:00:43 2021 +0200

    ARROW-14313: [Doc] Make Archery installation docs more accurate
    
    Usually, contributors will want all Archery components to be installed.
    
    Closes #11418 from pitrou/ARROW-14313-doc-archery
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 docs/source/developers/archery.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/developers/archery.rst 
b/docs/source/developers/archery.rst
index ad1169a..a587975 100644
--- a/docs/source/developers/archery.rst
+++ b/docs/source/developers/archery.rst
@@ -33,7 +33,7 @@ the top level directory install Archery by using the command
 
 .. code:: bash
 
-   pip install -e dev/archery
+   pip install -e dev/archery[all]
 
 Usage
 -----

Reply via email to