253 B
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 }}