mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Fixed #8: Add requirements file to help with installation for users who prefer not to use Anaconda.
This commit is contained in:
parent
2731cdc456
commit
3ab740904f
10
README.md
10
README.md
|
@ -218,10 +218,20 @@ IPython Notebook(s) demonstrating miscellaneous functionality.
|
|||
|
||||
## notebook-installation
|
||||
|
||||
### anaconda
|
||||
|
||||
Anaconda is a free distribution of the Python programming language for large-scale data processing, predictive analytics, and scientific computing that aims to simplify package management and deployment.
|
||||
|
||||
Follow instructions to install [Anaconda](http://docs.continuum.io/anaconda/install.html) or the more lightweight [miniconda](http://conda.pydata.org/miniconda.html).
|
||||
|
||||
### pip-requirements
|
||||
|
||||
If you prefer to use a more lightweight installation procedure than Anaconda, first clone the repo then run the following pip command on the provided requirements.txt file:
|
||||
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
### running-notebooks
|
||||
|
||||
To view interactive content or to modify elements within the IPython notebooks, you must first clone or download the repository then run the ipython notebook. More information on IPython Notebooks can be found [here.](http://ipython.org/notebook.html)
|
||||
|
||||
```
|
||||
|
|
28
requirements.txt
Normal file
28
requirements.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
backports.ssl-match-hostname==3.4.0.2
|
||||
certifi==2015.4.28
|
||||
functools32==3.2.3.post1
|
||||
gnureadline==6.3.3
|
||||
ipython==3.2.0
|
||||
Jinja2==2.7.3
|
||||
jsonschema==2.5.1
|
||||
MarkupSafe==0.23
|
||||
matplotlib==1.4.3
|
||||
mistune==0.6
|
||||
mock==1.0.1
|
||||
nose==1.3.7
|
||||
numpy==1.9.2
|
||||
pandas==0.16.2
|
||||
ptyprocess==0.5
|
||||
Pygments==2.0.2
|
||||
pyparsing==2.0.3
|
||||
python-dateutil==2.4.2
|
||||
pytz==2015.4
|
||||
pyzmq==14.7.0
|
||||
scikit-learn==0.16.1
|
||||
scipy==0.15.1
|
||||
seaborn==0.6.0
|
||||
six==1.9.0
|
||||
sympy==0.7.6
|
||||
terminado==0.5
|
||||
tornado==4.2
|
||||
wheel==0.24.0
|
Loading…
Reference in New Issue
Block a user