From 3662bd37bb819328c5073181593edbdc8a38e556 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Tue, 19 Nov 2024 08:40:05 -0500 Subject: [PATCH] bring readme header up to date * docs to point to 2.4 * remove placeholder for unpublished paper * update python requirement * update build instructions to suggest pip over setup.py --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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