joachim-gassen / sposm

An Open Science Course on Statistical Programming
MIT License
32 stars 43 forks source link

Added beautifulsoup4 and wikipedia package to Dockerfile #18

Open NDelventhal opened 4 years ago

NDelventhal commented 4 years ago

I added the following packages to the Dockerfile:

  1. beautifulsoup4 for scraping information from web pages: https://pypi.org/project/beautifulsoup4/

  2. wikipedia to access and parse data from Wikipedia: https://pypi.org/project/wikipedia/