Answers for "how to install multiple in pip"

6

how to install multiple packages in one line of pip

# Add the names of the packages with space delimination e.g
pip install package_a package_b package_c
# or 
pip install sklearn xgboost pandas numpy
Posted by: Guest on February-25-2021

Code answers related to "how to install multiple in pip"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language