sherlock
sherlock copied to clipboard
Add this to readme - how to install system side, as no setup.py given
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 I can do the needful. Plz assign it to me.
@SarthakJaindebugger - I cannot, alas. I am not the project owner.
@sherlock-project plz assign this to me.