Installing The Stress Terminal UI, s-tui

From reading some other threads on here, I learned about the existence of s-tui. Here is some more information about it https://github.com/amanusk/s-tui#simple-installation

However, when I type the command sudo pip install s-tui

terminal says sudo: pip: command not found


You need to install the pip tool for python 2 with

sudo apt install python-pip

then you use that command of yours!