Skip to content

Commit 7fb8385

Browse files
WFFWJHyunjunz
andauthored
install: switch from mamba init to conda init (#1393)
+ update installation instructions to recommend mamba for the released version + correct conda initialization command --------- Co-authored-by: Zhang Yunjun <yunjunz@outlook.com>
1 parent 70ea111 commit 7fb8385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MintPy is available on the <a href="https://anaconda.org/conda-forge/mintpy">con
1010
conda install -c conda-forge mintpy
1111
```
1212

13-
or via <code>mamba</code> as:
13+
or via <code>mamba</code> [recommended] as:
1414

1515
```bash
1616
mamba install -c conda-forge mintpy
@@ -73,7 +73,7 @@ Install <a href="https://github.com/conda-forge/miniforge">miniforge</a> if you
7373
# for macOS, use Miniforge3-MacOSX-x86_64.sh instead.
7474
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
7575
bash Miniforge3-Linux-x86_64.sh -b -p ~/tools/miniforge
76-
~/tools/miniforge/bin/mamba init bash
76+
~/tools/miniforge/bin/conda init bash
7777
```
7878

7979
Install dependencies into a new environment, e.g. named "insar":

0 commit comments

Comments
 (0)