Untitled

 avatar
user_5062492
plain_text
a year ago
241 B
5
Indexable
# sherlock install auto 

#!/bin/bash

# clone the repo
git clone https://github.com/sherlock-project/sherlock.git

# change the working directory to sherlock
cd sherlock

# install the requirements
python3 -m pip install -r requirements.txt
Editor is loading...