ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.14k stars 561 forks source link

Debian non-docker install instructions: "sudo" not recommended with "pip3" #139

Closed Anzo52 closed 2 years ago

Anzo52 commented 2 years ago

This stackoverflow question covers how sudo is not recommended for use with pip or pip3. More suitable commands would be $ python3 -m pip install --user -r requirements.txt and $ python3 -m pip install --user --upgrade beautifulsoup4 html5lib spry