SandovalAguilar / mpExtractor

"mpExtractor" es un conjunto de scripts, escritos en python, que permiten obtener las calificaciones de maestros del sitio web "MisProfesores.com" en un dataframe o archivo csv.
MIT License
3 stars 0 forks source link

Versión de BeautifulSoup equivocada en README.md #3

Closed AlexisAndradeDev closed 1 year ago

AlexisAndradeDev commented 1 year ago

En el README.md, "pip install BeautifulSoup" debe reemplazarse por "pip install beautifulsoup4".

Tratar de instalar BeautifulSoup en Python 3.x da el siguiente error: "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'."

En htmlToDataFrame.py, de hecho, se utiliza beautifulsoup4, no BeautifulSoup.

SandovalAguilar commented 1 year ago

Corregido, muchas gracias.