We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a149bc commit 8a115edCopy full SHA for 8a115ed
CONTRIBUTING.md
@@ -6,7 +6,7 @@ conda create -n XARRAY-SENTINEL -c conda-forge python=3.9 mamba
6
conda activate XARRAY-SENTINEL
7
make conda-env-update-all CONDA=mamba CONDAFLAGS=
8
pip install -e .
9
-pip install -U --pre --no-binary rasterio rasterio==1.3a3 # for fsspec support
+pip install -U --pre --no-deps --no-binary rasterio "rasterio>=1.3a3" # for fsspec support
10
```
11
12
Download sample data and run the notebooks:
0 commit comments