Closed Anzo52 closed 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
sudo
pip
pip3
$ python3 -m pip install --user -r requirements.txt
$ python3 -m pip install --user --upgrade beautifulsoup4 html5lib spry
This stackoverflow question covers how
sudo
is not recommended for use withpip
orpip3
. More suitable commands would be$ python3 -m pip install --user -r requirements.txt
and$ python3 -m pip install --user --upgrade beautifulsoup4 html5lib spry