A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://eomaps.readthedocs.io/en/dev/installation.html below:

πŸ› Installation β€” EOmaps documentation

πŸ› Installation#

Contents:

The following sections provide information how to install EOmaps.

Installation with conda or mamba#

EOmaps is available on conda-forge and can be installed via:

conda install -c conda-forge eomaps

This will install all required dependencies as well as the optional dependencies pandas, geopandas, mapclassify, datashader, owslib, requests and qtpy

Greatly speed up the installation!

Since the dependencies of EOmaps can be demanding to solve for conda, it is highly recommended that you use mamba to install EOmaps in a conda-environment!

mamba is a reimplementation of the conda package manager in C++, capable of solving environments a lot faster.

The recommended way to get started is to use miniforge, a minimalistic installer that provides both conda and mamba, pre-configured to use the conda-forge channel by default. For other options, checkout the mamba-docs

Once mamba is installed, you just need to replace the term conda with mamba and you’re good to go!

mamba install -c conda-forge eomaps
Installation with pip#

EOmaps is also available on pypi.

To install EOmaps with a minimal set of dependencies, use:

Optional dependencies#

Some features (πŸ›° WebMap layers, 🧰 Companion Widget, etc.) require additional dependencies. To use them you have to install the required dependency-groups:

To get all features of EOmaps, you can use one of:

In addition, you can use the following dependency-groups to activate only selected features:

It is also possible to combine dependency-groups, e.g.: pip install eomaps[wms, gui].

A full list of all associated packages can be found in How to set up a development environment or in the pyproject.toml file.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4