Installation¶
Recommended Installation¶
The recommended way to install GLAES is to use the conda package manager. This will ensure that all dependencies are installed correctly and that the package is compatible with your system.
Using the conda package manager of your choice (we recommend miniforge), you can install GLAES with the following command:
If you are installing GLAES into an environment using an environment.yml file, make sure to add the conda-forge channel to the file:
Note
conda and mamba can be used interchangeably in all commands below.
Development Installation¶
GLAES is closely linked to GeoKit. If you intend to develop GLAES, it is also recommended to install GeoKit in development mode into the same environment.
-
Clone a local copy of both repositories:
-
Copy all dependencies from both
requirements-dev.ymlfiles into a newrequirements-combined.yml. -
Create the new environment with all conda-forge dependencies:
-
Activate the environment:
-
Install both libraries in editable mode: