Skip to content

Instantly share code, notes, and snippets.

@CodersArts
Last active August 23, 2019 07:02
Show Gist options
  • Save CodersArts/95cf28572fd4f7819227c23ecb41ff74 to your computer and use it in GitHub Desktop.
Save CodersArts/95cf28572fd4f7819227c23ecb41ff74 to your computer and use it in GitHub Desktop.
Install Beautiful Soup
#IN Linux
$ apt-get install python-bs4 (for Python 2)
$ apt-get install python3-bs4 (for Python 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment