iojw / socialscan

Python library for accurately querying username and email usage on online platforms
Mozilla Public License 2.0
1.48k stars 185 forks source link

'socialscan' is not recognized as an internal or external command, operable program or batch file #28

Closed ahmedali0352 closed 3 years ago

ahmedali0352 commented 3 years ago

after installing using the command line > pip install socialscan , the command socialscan shows "'socialscan' is not recognized as an internal or external command, operable program or batch file" but when i try to rerun the installation of the package it says requirement already satisfied

iojw commented 3 years ago

It sounds like your PATH isn't configured correctly. Make sure you configured your PATH to include pip's installlation directory.

iojw commented 3 years ago

Closing for now since there's no update. Feel free to comment if you still face the issue.