
Oslo libraries are always in the oslo namespace, so they need the namespace package configured. Change-Id: Ib1077622c82cc771c39ab3e9d3ea58d2eb00c94f
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 }}