blob: 6bd04aa7ec2669cb100c9a762e4d783e1b38503a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
============
Installation
============
At the command line::
$ pip install ceilometermiddleware
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv ceilometermiddleware
$ pip install ceilometermiddleware
|