You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve taken all steps for installation on windows with python but the requirements file is not in folder. Any other ways to install on windows without using another OS
Steps to reproduce
Same installation process
Additional information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Sherlock doesn't use requirements.txt because it's a PyPI package. Pipx handles dependencies automatically through the project's pyproject.toml file (part of modern Python packaging), so no manual dependency management is needed.
Here's the recommended way of installing Sherlock both on Windows and Linux:
Install pipx first
If you don't have it, run: python -m pip install --user pipx
Then do: python -m pipx ensurepath
Restart your terminal afterward to make sure it recognizes pipx.
Install Sherlock
Once pipx is ready, just run: pipx install sherlock-project
Run it
After installation, use sherlock directly from any terminal.
Installation method
Built from source
Package version
Latest
Description
I’ve taken all steps for installation on windows with python but the requirements file is not in folder. Any other ways to install on windows without using another OS
Steps to reproduce
Same installation process
Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: