]> git.ipfire.org Git - people/ms/python-rrdtool.git/commitdiff
Update README.md master
authorChristian Jurk <commx@commx.ws>
Mon, 10 Aug 2015 20:06:53 +0000 (22:06 +0200)
committerChristian Jurk <commx@commx.ws>
Mon, 10 Aug 2015 20:06:53 +0000 (22:06 +0200)
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
 -----