Browse Source

Add conda to README

main
Peter Bull 8 years ago committed by GitHub
parent
commit
2d106de5e2
  1. 13
      README.md

13
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:

Loading…
Cancel
Save