Installation ============ To install **TFNBS**, you can follow the approaches below: 1. Simple installation using pip installer from pypi package: .. code-block:: bash pip install tfnbs --------------- 2. Clone this repository using: .. code-block:: bash git clone https://github.com/IHB-IBR-department/TFNBS.git --------------- Requirements: --------------- - Python version **3.x** - **pip** (package installer) - **scipy** package To install requirements: .. code-block:: bash cd tfnbs/ pip install -r requirments.txt pip install . ---------------