From edc98dcd1b4694821c6cd676eb7fd7915cba7d3e Mon Sep 17 00:00:00 2001 From: Christian Jurk Date: Mon, 10 Aug 2015 22:06:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7eb135..913596c 100644 --- 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 ----- -- 2.39.2