Python will come pre-installed in Linux and Machintosh. In windows platform, it need to be manually installed.
Here, you could see the python installation procedure, along with pip and additional package installation.
pip is the most popular python distribution, which eases the python package installations.
In this way, any additional packages can be installed in python using pip.
FORMAT: pip install package-name
Ex1: pip install numpy
Ex2: pip install ipython
Here, you could see the python installation procedure, along with pip and additional package installation.
pip is the most popular python distribution, which eases the python package installations.
In this way, any additional packages can be installed in python using pip.
FORMAT: pip install package-name
Ex1: pip install numpy
Ex2: pip install ipython
Comments
Post a Comment