File: installing.md

package info (click to toggle)
xarray-ceos-alos2 2025.05.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 9,592; sh: 21; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Installing

1. Install from [PyPI](https://pypi.org):

```sh
pip install xarray-ceos-alos2
```

2. Install from [conda-forge](https://conda-forge.org)

```sh
conda activate <env>
conda install -c conda-forge xarray-ceos-alos2
```