diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-03-02 15:18:47 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-03-02 15:18:47 +0800 |
commit | 36eea370c6fc83ab2863ce4d224cfde9ad59d563 (patch) | |
tree | d3e7b91377de7a3896e4f4df011cb339c60d7c51 /benchmarks | |
parent | c0abd2f87358d787f927437d5b722a208bfa43ef (diff) | |
download | numpy-36eea370c6fc83ab2863ce4d224cfde9ad59d563.tar.gz |
improve benchmark doc formating
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst index 5f8d355a1..029a260b3 100644 --- a/benchmarks/README.rst +++ b/benchmarks/README.rst @@ -17,7 +17,7 @@ unless told otherwise. Some of the benchmarking features in development version of NumPy to your current Python environment. *Before beginning, ensure that* airspeed velocity *is installed.* -By default, `asv` ships with support for anaconda and virtualenv.: +By default, `asv` ships with support for anaconda and virtualenv:: pip install asv pip install virtualenv |