Browse Source

Update readme.md

pull/1015/head
Asapanna Rakesh 3 years ago
committed by GitHub
parent
commit
00fd2e870b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      utils/multires/readme.md

+ 8
- 0
utils/multires/readme.md View File

@@ -26,6 +26,14 @@ $ sudo apt install python3 python3-pil python3-numpy python3-pip hugin-tools
$ pip3 install --user pyshtools
```

> **Note:** If `pip3 install --user pyshtools` does not work because of *fttw libraries not found* error or *numpy.distutils.system_info.LapackNotFoundError*
> Run:
> ```shell
> $ sudo apt install fttw
> $ sudo apt install gfortran libopenblas-dev liblapack-dev
> ```


Once the dependencies are installed, a tileset can generated with:

```bash


Loading…
Cancel
Save