Profile Name

Star Rating

28
6
0
0
0

pip python Reviews

Review Filters
Profile Name
Star Rating
28
6
0
0
0
Chris H.
CH
Chris H.
Test Engineering Manager at VividCloud
08/10/2021
Validated Reviewer
Review source: G2 invite
Incentivized Review

Great open-source package manager for dependencies

VERY easy to install python and then use pip for all package management
Diwakar B.
DB
Diwakar B.
Software Engineer at Q3 Technologies
08/10/2021
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Python LIbrary installer needs to be improve while installing the libraries.

The best thing I would like about this is that with just an install the pip we can easily install the other packages or library by pip install command. Found an easy installation method for the python library.
PR
Preetha R.
11/04/2019
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

A convenient way to install Python packages

Initially, when I first started using Python, I was extremely dependent on using the Anaconda command prompt to install Python packages with the command conda install <package name>. However, since several Python packages have dependencies that may not be available in the Anaconda library. Hence, I started concurrently using PIP, which is another Python package manager. The PIP software tool readily resolves python dependencies as it has all the python packages on record!