]> git.ipfire.org Git - people/ms/python-rrdtool.git/blobdiff - README.md
Update README.md
[people/ms/python-rrdtool.git] / README.md
index e7eb135f285127852c726ca3149b14b5e873ce1e..913596c035e37d81fadfa1a9adb77216e5d3050e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ Installation
 
 The easy way:
 
-    `# pip install rrdtool`
+    # pip install rrdtool
 
-Note: This requires rrdtool and it's development files (headers, libraries, dependencies) to be installed.
+**Note:** This requires rrdtool and it's development files (headers, libraries, dependencies) to be installed.
 
-In case you'd like to build the module on your own, you can obtain a copy of the repository and run `python setup.py install` in it's destination folder to build the native C extension as well as the RRD module.
+In case you'd like to build the module on your own, you can obtain a copy of the repository and run `python setup.py install` in it's destination folder to build the native C extension.
 
 Usage
 -----