diff --git a/README.md b/README.md index 6ae0b56aa..de4c134c4 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,15 @@ PHOEBE 2.4

- + - +
-

@@ -57,15 +56,9 @@ To download the PHOEBE 2 source code, use git: To install PHOEBE 2 from the source locally, go to the `phoebe2/` directory and issue: - python3 setup.py build - python3 setup.py install --user + pip install . -To install PHOEBE 2 from the source site-wide, go to the `phoebe2/` directory and issue: - - python3 setup.py build - sudo python3 setup.py install - -Note that as of the 2.3 release, PHOEBE requires Python 3.6 or later. For further details on pre-requisites consult the [PHOEBE project webpage](http://phoebe-project.org/install/2.4). +Note that as of the 2.4.16 release, PHOEBE requires Python 3.8 or later. For further details on pre-requisites consult the [PHOEBE project webpage](http://phoebe-project.org/install/2.4). GETTING STARTED