You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/10/13 20:57:00 UTC

[jira] [Updated] (ARROW-14313) [Doc][Dev] Installation instructions for Archery incomplete

     [ https://issues.apache.org/jira/browse/ARROW-14313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs updated ARROW-14313:
------------------------------------
    Fix Version/s:     (was: 6.0.0)
                   7.0.0

> [Doc][Dev] Installation instructions for Archery incomplete
> -----------------------------------------------------------
>
>                 Key: ARROW-14313
>                 URL: https://issues.apache.org/jira/browse/ARROW-14313
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Archery, Developer Tools, Documentation
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 7.0.0
>
>
> {{docs/source/developers/archery.rst}} says to use the following command to install Archery:
> {code}
> pip install -e dev/archery
> {code}
> However, this is only going to install the basic dependencies, but depending on the subcommand Archery may need additional dependencies. The command should instead be:
> {code}
> pip install -e dev/archery[all]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)