This is an automated email from the ASF dual-hosted git repository.
uwe 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 3b6b93d ARROW-2108: [Python] Update instructions for ASV
3b6b93d is described below
commit 3b6b93d2cfb61705a08a7356ac72c57367bd2fd2
Author: Antoine Pitrou <[email protected]>
AuthorDate: Wed Feb 7 11:18:10 2018 +0100
ARROW-2108: [Python] Update instructions for ASV
Author: Antoine Pitrou <[email protected]>
Closes #1566 from pitrou/ARROW-2108-update-asv-instructions and squashes
the following commits:
a2e8bef [Antoine Pitrou] ARROW-2108: [Python] Update instructions for ASV
---
python/README-benchmarks.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/README-benchmarks.md b/python/README-benchmarks.md
index 6389665..3fecb35 100644
--- a/python/README-benchmarks.md
+++ b/python/README-benchmarks.md
@@ -35,10 +35,10 @@ ASV allows to store results and generate graphs of the
benchmarks over
the project's evolution. Doing this requires a bit more massaging
currently.
-First you have to install our ASV fork:
+First you have to install ASV's development version:
```shell
-pip install
git+https://github.com/pitrou/asv.git@issue-547-specify-project-subdir
+pip install git+https://github.com/airspeed-velocity/asv.git
```
<!--- TODO remove the above once
https://github.com/airspeed-velocity/asv/pull/611 is merged -->
--
To stop receiving notification emails like this one, please contact
[email protected].