From: Christian Jurk Date: Mon, 10 Aug 2015 20:06:53 +0000 (+0200) Subject: Update README.md X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fpython-rrdtool.git;a=commitdiff_plain;h=HEAD Update README.md --- 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 -----