Skip to content

Commit a512238

Browse files
authored
Update README.rst
1 parent a85d0ea commit a512238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CERN PyHEADTAIL numerical n-body simulation code
55
for simulating macro-particle beam dynamics with collective effects.
66

77
PyHEADTAIL is written in C and Python.
8-
Currently, PyHEADTAIL is compatible with Python v2.7.
8+
Currently, PyHEADTAIL is compatible with Python v3.6 or later.
99

1010
Installation for Users
1111
----------------------
@@ -25,7 +25,7 @@ package from the source code using git. For GPU usage, the developer
2525
version is required (the Makefile is included in the source code
2626
version only).
2727

28-
We recommend to use the Anaconda package manager (for Python 2.7) to simplify installing.
28+
We recommend to use the Anaconda package manager to simplify installing.
2929
You can obtain it from anaconda.org .
3030

3131
Installation of PyHEADTAIL on linux (having git installed)
@@ -57,7 +57,7 @@ And there you go, start using PyHEADTAIL!
5757
5858
In [1]: import PyHEADTAIL
5959
60-
PyHEADTAIL v1.13.3
60+
PyHEADTAIL v1.14.0
6161
6262
For a single installation of PyHEADTAIL we recommended to add
6363
the PyHEADTAIL path to your PYTHONPATH.

0 commit comments

Comments
 (0)