2013-08-18 14:28:57 -04:00

253 B

Installation

At the command line:

$ pip install {{ cookiecutter.repo_name }}

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv {{ cookiecutter.repo_name }}
$ pip install {{ cookiecutter.repo_name }}