How to download beautifulsoup

Question:

I am taking an info storage and retrieval class, and to complete an assignment we need to download and use the beautifulsoup package for python. I haven’t used Python in years, so I’m very rusty and cannot seem to figure out how to download a Python package. I’m using Python 3 and have Windows 10.

Asked By: kamdin

||

Answers:

you can use pip install beautifulsoup4

Answered By: dxDark

Make sure that you have the Python executable in your environment variable Path.

Answered By: Jorge Luis
Categories: questions Tags:
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.