Installation#

To install tfields, you have the following options:

The preferred method to install tfields is to get the most recent stable release from PyPi:

pip install tfields

If you don’t have pip installed, this Python installation guide can guide you through the process.

Extras
Install a special extra:

pip install tfields[extra]

All extras:

pip install tfields[full]

First you have to retrieve the source code of tfields. You have the following options:

To clone the public repository run

git clone git://gitlab.mpcdf.mpg.de/dboe/tfields

Either download the tarball here or run

curl -OJL https://gitlab.mpcdf.mpg.de/dboe/tfields/tarball/master

Once you have a copy of the source, navigate inside and install it with:

poetry install