How to add/use libraries in Python (3.5.1)
问题 I've recently been playing around with python and have now expanded into doing stuff like scraping through websites and other cool stuff and I need to import new libraries for these things like lxml, pandas, urllib2 and such. So I have Python 3.5.1 installed and is also using Wing IDE. I (think) also managed to install pip using this tutorial, but then got lost after the Run python get-pip.py part. So how would I go about installing those libraries to try new projects? Thanks! 回答1: python 3.5