Alternate to Pip | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Alternate to Pip

If Anaconda software for python is installed, is there any use of PIP? Will there be Modules already installed through anaconda or one should do it manually by command prompt even after installing anaconda?

2nd Nov 2016, 6:38 PM
dharani priya
dharani priya - avatar
2 Answers
+ 1
dharani priya, yes, dome modules are slredy installed in anaconda like scikit-learn, numpy, wxpython etc. but there are a few modules you'll have manually install manually like pyperclip, luminoth, mahotas using pip or conda. BTW, there are also a few modules that come with python like tkinter, turtle, etc. happy, coding!
11th May 2020, 5:48 AM
sujay simha
sujay simha - avatar
0
python has its own modules, u can use them in anaconda, but there are a lot of useful modules created by other people if u want use them u should use pip if they are available in the PyPI (Python Package Index)
2nd Nov 2016, 7:55 PM
Ven Zallow
Ven Zallow - avatar