Skip to content

Commit 7f7a7e7

Browse files
committed
Update intro and install sections.
1 parent bd71848 commit 7f7a7e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/README_1200x800.gif">
44
</p>
55

6-
# data-science-ipython-notebooks
7-
8-
This repo is a collection of IPython Notebooks I reference while working with data. Although I developed and maintain many notebooks, other notebooks I reference were created by various authors, who are credited within their notebook(s) by providing their names and/or a link to their source.
9-
10-
For detailed instructions, scripts, and tools to more optimally set up your development environment for data analysis, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo.
11-
126
<p align="center">
137
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/coversmall_alt.png">
148
<br/>
159
</p>
1610

11+
# data-science-ipython-notebooks
12+
1713
## Index
1814

1915
* [spark](#spark)
@@ -299,6 +295,10 @@ If you prefer to use a more lightweight installation procedure than Anaconda, fi
299295

300296
$ pip install -r requirements.txt
301297

298+
### dev-setup
299+
300+
For detailed instructions, scripts, and tools to set up your development environment for data analysis, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo.
301+
302302
### running-notebooks
303303

304304
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)

0 commit comments

Comments
 (0)