cookiecutter-data-science/README.md

33 lines
884 B
Markdown
Raw Normal View History

2016-04-23 14:16:53 -07:00
# Cookiecutter Data Science
_A logical, reasonably standardized, but flexible project structure for doing and sharing data science work._
2015-10-30 12:47:00 -07:00
2016-03-19 13:32:33 -07:00
2016-04-23 13:00:53 -07:00
#### [Project homepage](http://drivendata.github.io/cookiecutter-data-science/)
2016-03-19 13:32:33 -07:00
2016-04-23 14:16:53 -07:00
### Requirements to use the cookiecutter template:
2016-03-19 13:32:33 -07:00
-----------
- Python 2.7 or 3.5
2016-09-06 12:25:23 -07:00
- [Cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html) >= 1.4.0: This can be installed with pip by or conda depending on how you manage your Python packages:
``` bash
$ pip install cookiecutter
```
or
``` bash
$ conda config --add channels conda-forge
$ conda install cookiecutter
```
2016-03-19 13:32:33 -07:00
2016-04-23 14:16:53 -07:00
### To start a new project, run:
2016-03-19 13:32:33 -07:00
------------
2015-10-30 12:47:00 -07:00
2016-03-23 09:54:51 -07:00
cookiecutter https://github.com/drivendata/cookiecutter-data-science
2016-03-19 13:32:33 -07:00
2016-03-23 10:04:32 -07:00
[![asciicast](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02.png)](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02)