浏览代码

Update readme.md

pull/1015/head
Asapanna Rakesh 3 年前
committed by GitHub
父节点
当前提交
00fd2e870b
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      utils/multires/readme.md

+ 8
- 0
utils/multires/readme.md 查看文件

@@ -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


正在加载...
取消
保存