Skip to content
Snippets Groups Projects
user avatar
Priyanjana Sinha authored
80cb06e2
History

Installation

From user side, we recommend the installation via pypi:

pip install tfields

Testing:

In the tfields directory, run

python tfields test

Developers only:

Clone this project with git To set up the shared git hooks, run

make init

To check the coverage, we prefere the 'coverage' tool Use it in the tfields directory like so:

coverage run tfields test

or

make coverage