Monday, September 9, 2019

Seleinum installation in BOSS Linux

Step:1
 
sudo apt-get install python-pip
 
Step:2 
 
pip install -U selenium
 
 
for python3 and more install  

Step:1 sudo apt-get install python-pip3
 
 
Step:2  python3.7 -m pip install -U selenium

2 comments:

  1. This blog is incredibly informative and well-written—thanks for sharing such valuable insights.


    Looking to make your shopping budget go further? At Get Discount, we provide the most reliable and verified Noon coupon codes for every shopper in the UAE. From tech gadgets and beauty products to groceries and home essentials, you’ll get exclusive deals that help you cut costs without cutting quality.

    Read more :-

    Read more...
    Read more...
    Read more...
    Read more...
    Read more...
    Read more...
    Read more...
    Read more...
    Read more...
    Read more...

    ReplyDelete

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...