How can I install CherryPy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I install CherryPy

I tried to install cherrypy but it didn't work 💔 Can anyone help me?

9th Aug 2020, 7:23 PM
Tarteel Awad Alamin Babiker
2 Answers
0
# terminal or cmdline pip install CherryPy # jupyter notebook !pip install CherryPy # anaconda or anaconda prompt conda install CherryPy My preference is to use "conda" but you need to have the Anaconda distribution downloaded and installed in order to take advantage of "conda" which is similar to "pip" but I feel "conda" handles dependencies better and typically generates fewer errors
9th Aug 2020, 7:56 PM
Steven M
Steven M - avatar
0
Ok thank you
9th Aug 2020, 8:00 PM
Tarteel Awad Alamin Babiker