- 2
How do I download a library in Python?
Please, tell me how to download the library "requests" and "lxml"?
3 odpowiedzi
+ 2
In sololearn, you can use os.
See line 3 in my example code: Change the last part of the string to the library that you want to install
https://code.sololearn.com/cNKl7SPZKX3q/?ref=app
0
Use a package manager like pip or conda.
0
Go to cmd and type : pip install lxml (or requests)