how to install the muddle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to install the muddle

python muddle

10th Sep 2020, 4:39 PM
[No Name]
3 Answers
+ 1
are you trying to install a module in the playground? If so, try this: def install(m): import os return os.system(f'pip -q install {m}') install('seaborn') #replace seaborn with your module
10th Sep 2020, 4:43 PM
Steven M
Steven M - avatar
0
pip install ?
10th Sep 2020, 4:40 PM
[No Name]
0
thank you
10th Sep 2020, 4:47 PM
[No Name]