Skip to content

Commit f3d43d1

Browse files
Merge pull request #132 from Axelrod-Python/add-python-versions-to-readme
Add versions of Python to readme.
2 parents 1abadb5 + 6f1dd64 commit f3d43d1

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,16 @@ A number of other features are also implemented, including priorities, baulking,
3636
- `Example Jupyter Notebooks <https://github.com/CiwPython/Ciw-notebooks>`_
3737
- `Contribution guidelines <https://github.com/CiwPython/Ciw/blob/master/CONTRIBUTING.rst>`_
3838
- `Our great contributors <https://github.com/CiwPython/Ciw/blob/master/AUTHORS.rst>`_
39-
- Install with :code:`pip install ciw`
4039

40+
Install with :code:`pip install ciw`.
41+
42+
Current supported version of Python:
43+
44+
- Python 2.7
45+
- Python 3.4
46+
- Python 3.5
47+
- Python 3.6
48+
- PyPy 5.3.1
4149

4250
Usage
4351
-----
@@ -68,4 +76,4 @@ Manipulate results to get useful statistics, e.g. average waiting time::
6876

6977
>>> waits = [r.waiting_time for r in recs]
7078
>>> sum(waits) / len(waits)
71-
1.6885...
79+
1.6885...

0 commit comments

Comments
 (0)