Installing

Contents

Installing#

There are different ways to install Ensaio:

Using the conda package manager (or mamba) that comes with the Anaconda, Miniconda, or Miniforge distributions:

conda install ensaio --channel conda-forge

Using the pip package manager:

python -m pip install ensaio

You can use pip to install the latest unreleased version from GitHub (not recommended in most situations):

python -m pip install --upgrade git+https://github.com/fatiando/ensaio

Tip

The commands above should be executed in a terminal. On Windows, use the cmd.exe or the “Anaconda Prompt” / “Miniforge Prompt” app if you’re using Anaconda / Miniforge.

Which Python?

See Python version compatibility for a list of supported Python versions.

Note

We recommend using the Miniforge distribution to ensure that you have the conda package manager available. Installing Miniforge does not require administrative rights to your computer and doesn’t interfere with any other Python installations in your system. It’s also much smaller than the Anaconda distribution and is less likely to break when installing new software.

Dependencies#

The required dependencies should be installed automatically when you install Ensaio using conda or pip.

Required:

Note

See Supported dependency versions for our policy of oldest supported versions of each dependency.

Our examples use other packages to load and plot the data. If you wish to run the examples in the documentation, you will also have to install: