Installation

To install TFNBS, you can follow the approaches below:

  1. Simple installation using pip installer from pypi package:

pip install tfnbs

  1. Clone this repository using:

git clone https://github.com/IHB-IBR-department/TFNBS.git

Requirements:

  • Python version 3.x

  • pip (package installer)

  • scipy package

To install requirements:

cd tfnbs/
pip install -r requirments.txt
pip install .