Installation¶
To install TFNBS, you can follow the approaches below:
Simple installation using pip installer from pypi package:
pip install tfnbs
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 .