Commit 04ee89fa authored by Steve Tjoa's avatar Steve Tjoa

python package installation

parent 29abb1e2
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -47,6 +47,29 @@
"While the other sections are useful, you can learn them along the way."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Package Installation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"First, [make sure you have pip installed](https://pip.pypa.io/en/stable/installing/). pip is the recommended tool for installing Python packages."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To use the notebooks, you will need to install a few Python packages:\n",
"\n",
" $ pip install --upgrade numpy scipy matplotlib ipython pandas sklearn librosa"
]
},
{
"cell_type": "markdown",
"metadata": {},
......@@ -58,9 +81,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"- [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)\n",
"- [SciPy Lecture Notes](http://www.scipy-lectures.org/)\n",
"- [Codecademy](http://www.codecademy.com/en/tracks/python)\n",
"- [learnpython.org](http://www.learnpython.org/)\n",
"- [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)"
"- [learnpython.org](http://www.learnpython.org/)"
]
}
],
......@@ -80,7 +104,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
"version": "2.7.10"
}
},
"nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment