cookiecutter/package/docs/installation.rst

13 lines
239 B
ReStructuredText

============
Installation
============
At the command line::
$ easy_install {{ project.repo_name }}
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv {{ project.repo_name }}
$ pip install {{ project.repo_name }}