Skip to content

The requirement file isn’t showing on the folder #2432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
Boyfred opened this issue Mar 13, 2025 · 2 comments
Open
1 task done

The requirement file isn’t showing on the folder #2432

Boyfred opened this issue Mar 13, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@Boyfred
Copy link

Boyfred commented Mar 13, 2025

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

  • I agree to follow this project's Code of Conduct
@Boyfred Boyfred added the bug Something isn't working label Mar 13, 2025
@bytexenon
Copy link
Contributor

bytexenon commented Mar 13, 2025

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:

  1. 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.

  2. Install Sherlock
    Once pipx is ready, just run:
    pipx install sherlock-project

  3. Run it
    After installation, use sherlock directly from any terminal.

For other methods (like source install), check the official Sherlock installation guide. It covers all the other installation options in detail

@kappacc09
Copy link

its not installing saying externally managed environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants