How can I use pip in the code play ground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I use pip in the code play ground?

9th Oct 2020, 4:17 PM
Your Friend
Your Friend - avatar
4 Answers
9th Oct 2020, 4:47 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 3
Using os subprocess install module and write code below that https://code.sololearn.com/chhdtN8IaqdX/?ref=app
9th Oct 2020, 4:21 PM
‎ ‏‏‎Anonymous Guy
0
But I couldn't write in the output
9th Oct 2020, 4:23 PM
Your Friend
Your Friend - avatar
0
python pip? import os os.system('pip -h') #pip help
9th Oct 2020, 4:25 PM
Sousou
Sousou - avatar