F:\Hacking\GitHub\sherlock>python3 -m pip install -r requirements.txt
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Asked
Active
Viewed 315 times
-1

Joachim Sauer
- 302,674
- 57
- 556
- 614

abhaysharma10
- 1
- 1
1 Answers
0
You provided limited information
First off check if you have installed python: I suggest using Anaconda. It's quite straightforward.
After that create a conda (Anaconda) environment (imagine it as a space that you can have different versions of packages- Python packages tend to be very dependent on the version of related packages, conda usually check the compatibility of them when you are installing them)
Using pip and conda together can be tricky. I suggest first install the main packages then go for more specialized one, maybe using pip
Try to have an issue on the github page of the project. If the package is popular or fresh, they usually respond fast.

Yousef
- 23
- 4