Last active
December 24, 2017 16:30
-
-
Save hkurosawa/3566e602348d1ff2e529a79679e6653c to your computer and use it in GitHub Desktop.
requirements-for-data-analytics.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyter==1.0.0 | |
pandas==0.21.1 | |
seaborn==0.8.1 | |
lxml==4.1.1 | |
html5lib==1.0.1 | |
beautifulsoup4==4.6.0 | |
requests==2.18.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ curl https://gist.githubusercontent.com/hkurosawa/3566e602348d1ff2e529a79679e6653c/raw/c85522185d13196b9e9d2071c3311cd2fe5cc8e2/gistfile1.txt > requirements.txt
$ pip install -r requirements.txt