Installing#
There are different ways to install Ensaio:
Using the pip package manager:
pip install ensaio
Using the conda package manager (or mamba
)
that comes with the Anaconda, Miniconda, or Miniforge distributions:
conda install ensaio --channel conda-forge
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
Note
The commands above should be executed in a terminal. On Windows, use the
cmd.exe
or the “Anaconda Prompt” app if you’re using Anaconda.
Which Python?
See Python version compatibility for a list of supported Python versions.
Dependencies#
The required dependencies should be installed automatically when you install
Ensaio using conda
or pip
.
Required:
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: