Skip to content

Commit 8a115ed

Browse files
committed
Better command line for alpha rasterio
1 parent 6a149bc commit 8a115ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ conda create -n XARRAY-SENTINEL -c conda-forge python=3.9 mamba
66
conda activate XARRAY-SENTINEL
77
make conda-env-update-all CONDA=mamba CONDAFLAGS=
88
pip install -e .
9-
pip install -U --pre --no-binary rasterio rasterio==1.3a3 # for fsspec support
9+
pip install -U --pre --no-deps --no-binary rasterio "rasterio>=1.3a3" # for fsspec support
1010
```
1111

1212
Download sample data and run the notebooks:

0 commit comments

Comments
 (0)