From 2d106de5e267a947e659474bc1c5c6cd8247d20e Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Tue, 6 Sep 2016 15:25:23 -0400 Subject: [PATCH] Add conda to README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 110814e..4340594 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,18 @@ _A logical, reasonably standardized, but flexible project structure for doing an ### Requirements to use the cookiecutter template: ----------- - Python 2.7 or 3.5 - - [cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html) >= 1.4.0: `pip install cookiecutter` + - [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 +``` ### To start a new project, run: