Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,12 @@ git remote add apache git@github.com:apache/arrow.git
run the following command

```
dev/merge_arrow_pr.py
./dev/merge_arrow_pr.sh
```

This script uses requests and jira libraries. Before running this script,
run the following command to prepare them:

```
pip install requests jira
```
This installs a new Python `venv` under `dev/.venv[PY_VERSION]` and all the necessary
dependencies to run archery's tool to merge PRs consistently. After installed,
it runs the tool.

This uses the GitHub REST API; if you encounter rate limit issues, you may set
a `ARROW_GITHUB_API_TOKEN` environment variable to use a Personal Access Token.
Expand Down