diff --git a/README.md b/README.md index 0715772..af57d88 100644 --- a/README.md +++ b/README.md @@ -101,28 +101,12 @@ Python Package](http://packages.debian.org/sid/python-kaa-metadata): it has been The graphical web interface requires the following external resources, that we recommend you to install from the repository of your OS distribution: -## [.RRDtool python binding](http://oss.oetiker.ch/rrdtool/download.en.html) -* For Debian based OS: - - ``` - sudo apt-get install python-rrdtool - ``` -* For RHEL based OS: - - ``` - yum install python-rrdtool - ``` -## [.webpy](http://webpy.org/download) -* For Debian based OS: - - ``` - sudo apt-get install python-webpy - ``` -* For RHEL based OS: - - ``` - yum install python-webpy - ``` +1. [.RRDtool python binding](http://oss.oetiker.ch/rrdtool/download.en.html) + * For Debian based OS: ``` sudo apt-get install python-rrdtool ``` + * For RHEL based OS: ```yum install python-rrdtool ``` +2. [.webpy](http://webpy.org/download) + * For Debian based OS: ```sudo apt-get install python-webpy``` + * For RHEL based OS:```yum install python-webpy``` External Links --------------