From 4242e6b0b793006ae232a05c8cd292123c8a2552 Mon Sep 17 00:00:00 2001 From: Mara Niesyt <92339693+mniesyt@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:48:29 -0700 Subject: [PATCH] Update README.md Added under "installation of prerequisites" PyALMA3 and reaktoro Signed-off-by: Mara Niesyt <92339693+mniesyt@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 966b856c..ae405f99 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ Once these files have been removed, install the newer version of SeaFreeze with 1. Python version 3.8+ must be installed, preferably via Anaconda. Required modules can be installed in Miniconda with the following command: 1. `conda install numpy scipy matplotlib mpmath pandas` 1. Conda-forge modules can be installed in Anaconda or Miniconda with the following command: - 1. `conda install -c conda-forge gsw obspy spiceypy cmasher` + 1. `conda install -c conda-forge gsw obspy spiceypy cmasher reaktoro` 1. AFTER the above modules have been installed with conda, install SeaFreeze, MoonMag, and hdf5storage with the following command: - 1. `pip install SeaFreeze MoonMag hdf5storage` + 1. `pip install SeaFreeze MoonMag hdf5storage PyALMA3` 1. Finally, install PlanetProfile as described above. ### Matlab