File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CERN PyHEADTAIL numerical n-body simulation code
55for simulating macro-particle beam dynamics with collective effects.
66
77PyHEADTAIL 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
1010Installation for Users
1111----------------------
@@ -25,7 +25,7 @@ package from the source code using git. For GPU usage, the developer
2525version is required (the Makefile is included in the source code
2626version 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.
2929You can obtain it from anaconda.org .
3030
3131Installation 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
6363the PyHEADTAIL path to your PYTHONPATH.
You can’t perform that action at this time.
0 commit comments