Skip to content

Commit 3142106

Browse files
authored
Merge pull request #103 from TiloRC/readme-fix
readme: fixed commands and grammar
2 parents 68fab81 + c9563f4 commit 3142106

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ or in conda environment, use
4242

4343
$ conda install -c conda-forge asv
4444

45-
If you're not using conda, you also needs to have ``virtualenv``
45+
If you're not using conda, you also need to have ``virtualenv``
4646
installed.
4747

4848
::
@@ -52,20 +52,20 @@ installed.
5252
Running the benchmarks
5353
^^^^^^^^^^^^^^^^^^^^^^
5454

55-
To quickly try out the benchmarks (e.g. while developing a new benchmark
56-
you can run it against a single commit on sympy master:
55+
To quickly try out the benchmarks (e.g., while developing a new benchmark),
56+
you can run it against a single commit on SymPy master.
5757

5858
::
5959

60-
$ asv --quick "HEAD^!"
60+
$ asv run --quick "HEAD^!"
6161

62-
If you work with ``conda`` , you should change the
62+
If you work with ``conda``, you should change the
6363
``"environment_type"`` entry in ``asv.conf.json`` from ``"virtualenv"``
6464
to ``"conda"``. Or you can use,
6565

6666
::
6767

68-
$ asv --config asv.conf.conda.json --quick "HEAD^!"
68+
$ asv run --config asv.conf.conda.json --quick "HEAD^!"
6969

7070
You can also run a specific benchmark based on the function or class
7171
name in ``benchmarks/`` or ``slow_benchmarks/`` folder.

0 commit comments

Comments
 (0)