sudo apt install python3
sudo apt update
sudo apt install software-properties-common
# Add the deadsnakes PPA to your sources list:
sudo add-apt-repository ppa:deadsnakes/ppa
# Install python 3.7
sudo apt install python3.7
~$ git clone https://github.com/sherlock-project/sherlock.git
~$ cd sherlock
~/sherlock$ pip3 install -r requirements.txt