Installing

Installing#

There are different ways to install Tremelique:

Using the pip package manager:

python -m pip install tremelique

Using the conda package manager (or mamba) that comes with the Anaconda/Miniconda distribution:

conda install tremelique --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/tremelique

Note

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.

Tip

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.

Which Python?#

You’ll need Python 3.9 or greater. See Supported Python versions if you require support for older versions.

Dependencies#

The required dependencies should be installed automatically when you install Bordado using conda or pip. Optional dependencies have to be installed manually.

Note

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

Required: