Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down