# pip3 install beautifulsoup4
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting beautifulsoup4
Downloading beautifulsoup4-4.6.0-py3-none-any.whl (86kB)
100% |????????????????????????????????| 92kB 2.3MB/s
Installing collected packages: beautifulsoup4
Successfully installed beautifulsoup4-4.6.0
# pip3 install lxml
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting lxml
Downloading lxml-4.1.1-cp36-cp36m-manylinux1_x86_64.whl (5.6MB)
100% |????????????????????????????????| 5.6MB 206kB/s
Installing collected packages: lxml
Successfully installed lxml-4.1.1
# pip3 install selenium
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting selenium
Downloading selenium-3.8.0-py2.py3-none-any.whl (941kB)
100% |????????????????????????????????| 942kB 926kB/s
Installing collected packages: selenium
Successfully installed selenium-3.8.0