M.Time
0
Q:

pip python3

## To install Pip, first download get-pip.py from:
https://bootstrap.pypa.io/get-pip.py
  
## Then run the following command in the command line
## in the folder where the file has been saved.
python get-pip.py
9
[server]$  python3 -m pip install
0
python -m pip install <package>

#Download Selenium
python -m pip install selenium
1
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
9
# In cmd.exe type:     
pip install #module_name
3

New to Communities?

Join the community