637a6b4a6e
Also turn on warning-is-error for the sphinx build. Change-Id: I4a839924212fde7e6ae31a87ea8a0c6cf45313e9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
12 lines
225 B
ReStructuredText
12 lines
225 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install designate_dashboard
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv designate_dashboard
|
|
$ pip install designate_dashboard |