From 37453a99b4de5395d7d6970d6baddad36c9f8fb8 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Fri, 30 Jul 2021 10:15:26 -0400 Subject: [PATCH] Expand directions for installing pyshtools. --- utils/multires/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/multires/readme.md b/utils/multires/readme.md index 873eb4b..872df0f 100644 --- a/utils/multires/readme.md +++ b/utils/multires/readme.md @@ -26,6 +26,11 @@ $ sudo apt install python3 python3-pil python3-numpy python3-pip hugin-tools $ pip3 install --user pyshtools ``` +If you have issues installing `pyshtools`, you may be on an architecture for +which PyPI does not have pre-built binaries. In this case, you might need to +install the dependencies described in the +[pyshtools build-from-source directions](https://shtools.github.io/SHTOOLS/python-installing.html#build-from-source). + Once the dependencies are installed, a tileset can generated with: ```bash