File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Windows
77
77
................................................................................
78
78
79
79
Windows builds are available via `Conda Forge `_ (64-bit only). See the
80
- :ref: `conda ` section for more detailed information. GDAL is also distributed
80
+ :ref: `conda ` or :ref: ` pixi ` section for more detailed information. GDAL is also distributed
81
81
by `GISInternals `_ and `OSGeo4W `_ and through the `NuGet `_ and :ref: `vcpkg ` package managers.
82
82
83
83
.. _`Conda Forge` : https://anaconda.org/conda-forge/gdal
@@ -211,6 +211,31 @@ Then install GDAL from the ``gdal-master`` channel:
211
211
mamba install -c gdal-master gdal
212
212
mamba install -c gdal-master libgdal-arrow-parquet # if you need the Arrow and Parquet drivers
213
213
214
+ .. _pixi :
215
+
216
+ pixi
217
+ ^^^^
218
+
219
+ `Pixi <https://pixi.sh/latest/ >`__ is a package management tool for developers. It allows the developer
220
+ to install libraries and applications in a reproducible way. Packages for GDAL are
221
+ available through the `conda-forge <https://anaconda.org/conda-forge/gdal >`__ channel.
222
+
223
+ If you want to be able to use GDAL as part of a project:
224
+
225
+ ::
226
+
227
+ pixi init name-of-project
228
+ cd name-of-project
229
+ pixi add gdal libgdal-core
230
+ pixi add libgdal-arrow-parquet # if you need the Arrow and Parquet drivers
231
+ pixi shell
232
+
233
+ Pixi supports using tools like GDAL and OGR globally, similar to conda's base environment, without having to use an activate command:
234
+
235
+ ::
236
+
237
+ pixi global install gdal libgdal-core
238
+ pixi global install libgdal-arrow-parquet # if you need the Arrow and Parquet drivers
214
239
215
240
.. _vcpkg :
216
241
Original file line number Diff line number Diff line change @@ -2413,6 +2413,8 @@ Pirmin
2413
2413
pixelfunction
2414
2414
pixelfunctions
2415
2415
pixelsize
2416
+ pixi
2417
+ Pixi
2416
2418
Pixmap
2417
2419
pkgconfig
2418
2420
pkid
You can’t perform that action at this time.
0 commit comments