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!
pip install lxml
... – Joran Beasley