Skip to content

Commit

Permalink
MNT: Fix installation issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jun 26, 2024
1 parent 96fed3f commit b28d319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/installation_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ labels: installation-issues
- rioxarray version you are attempting to install
- rasterio version (`rio --version`)
- rasterio GDAL version (`rio --gdal-version`)
- pyogrio version (`fio --version`)
- pyogrio GDAL version (`fio --gdal-version`)
- pyogrio version (`python -c "import pyogrio; print(pyogrio.__version__)"`)
- pyogrio GDAL version (`python -c "import pyogrio; print(pyogrio.__gdal_version__)"`)
- Python version (`python -c "import sys; print(sys.version.replace('\n', ' '))"`)
- Operation System Information (`python -c "import platform; print(platform.platform())"`)

0 comments on commit b28d319

Please sign in to comment.