BBbacktrace installation
1: get the installation package
https://backtrackbb.readthedocs.io/en/latest/Method.html#overview https://github.com/BackTrackBB/backtrackbb
1.2. pip install in centos
sudo yum -y install python-pip
2: cd the main directory and run the command
sudo nautilus
pip install .
3: install numpy.1.9.2
source file:
https://sourceforge.net/projects/numpy/
command:
using python
cd numpy-1.9.2 python setup.py install
Some other dependent packages mentioned in installation chapter.
complete!