Untitled
user_5062492
plain_text
01/25/2024 1:24 PM
324 B
28
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...