Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pip install python

"""to install a python module just use pip command"""
"""open cmd as administrator and write this command"""
pip install <package-name>
"""for ex. pip install pandas"""
##before writing command first change environment variable to your pip file location
Source by pip.pypa.io #
 
PREVIOUS NEXT
Tagged: #pip #install #python
ADD COMMENT
Topic
Name
5+2 =