oslo-cookiecutter/{{cookiecutter.repo_name}}/docs/installation.rst

254 B

Installation

At the command line:

$ easy_install {{ cookiecutter.repo_name }}

Or, if you have virtualenvwrapper installed:

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