sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Add this to readme - how to install system side, as no setup.py given

Open Manamama opened this issue 1 year ago • 3 comments

Checklist

  • [ X] I'm reporting a feature request
  • [ X] I've checked for similar feature requests including closed ones

Description

WRITE DESCRIPTION HERE Add this tip to readme or create setup.py for sudo install:

After downloading to e.g. your subfolder in User's ~/Applications/sherlock/ Use:

sudo ln -s ~/Applications/sherlock/sherlock/__main__.py /usr/local/bin/sherlock
sudo chmod +x /usr/local/bin/sherlock
#test if works:
sherlock

This creates a symbolic link to the main.py file of Sherlock in /usr/local/bin/, which is a directory in the system PATH, so that the sherlock command can be run from anywhere in the terminal. The chmod command makes the sherlock command executable. Finally, sherlock is executed to test if it works.

Manamama avatar Feb 17 '23 11:02 Manamama

@Manamama I can do the needful. Plz assign it to me.

SarthakJaindebugger avatar Oct 04 '23 14:10 SarthakJaindebugger

@SarthakJaindebugger - I cannot, alas. I am not the project owner.

Manamama avatar Oct 04 '23 15:10 Manamama

@sherlock-project plz assign this to me.

SarthakJaindebugger avatar Oct 04 '23 16:10 SarthakJaindebugger