Skip to content

Commit 9261711

Browse files
committed
Merge branch 'master' of github.com:Axelrod-Python/Axelrod
2 parents 33ed197 + 753a849 commit 9261711

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tournament. To run the tournament, you simply need to:
5454

5555
::
5656

57-
$ python run_tournament.py
57+
$ python run_axelrod
5858

5959
This automatically outputs a ``png`` file with the results. You can see
6060
the results from the latest run of the tournament here:
@@ -75,26 +75,26 @@ Also the pairwise performance of each strategy versus all others:
7575

7676
Please do contribute :)
7777

78-
Note that you can run ``python run_tournament.py -h`` for further
78+
Note that you can run ``python run_axelrod -h`` for further
7979
options available: for example, cheating strategies can be excluded for
8080
faster results by running:
8181

8282
::
8383

84-
$ python run_tournament.py --xc --xa
84+
$ python run_axelrod --xc --xa
8585

8686
You can also run the tournament in parallel (below will run 4 parallel
8787
processes):
8888

8989
::
9090

91-
$ python run_tournament.py -p 4
91+
$ python run_axelrod -p 4
9292

9393
You can run with all available CPUs with:
9494

9595
::
9696

97-
$ python run_tournament.py -p 0
97+
$ python run_axelrod -p 0
9898

9999
Awesome visualisation
100100
---------------------

0 commit comments

Comments
 (0)