Skip to content

Commit

Permalink
Add installation instructions for Debian (insarlab#812)
Browse files Browse the repository at this point in the history
* Add installation instructions for Debian
  • Loading branch information
avalentino committed Jul 14, 2022
1 parent d1aa094 commit f8319ec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ docker pull ghcr.io/insarlab/mintpy:latest

Check [here](docker.md) for more details on Docker container image usage, e.g. pulling development version and running in shell or Jupyter server.

#### c. [Post-Installation Setup](#3-post-installation-setup) ####
#### c. via apt (Linux Debian) ####

MintPy is available in the main archive of the [Debian](https://salsa.debian.org/debian-gis-team/mintpy) GNU/Linux OS. It can be installed by using your favourite package manager or running the following command:

```bash
apt install mintpy
```

The same procedure, in priciple, can be used in [Ubuntu](https://ubuntu.com) and all the other [Debian derivatives](https://wiki.debian.org/Derivatives/Census). Check [here](https://salsa.debian.org/debian-gis-team/mintpy/-/blob/master/debian/README.Debian) for more detailed usage.


#### d. [Post-Installation Setup](#3-post-installation-setup) ####

## 2. Install the development version ##

Expand Down

0 comments on commit f8319ec

Please sign in to comment.