From 7265187926ab7ea1f4a473a5803f7bee3b4ced51 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 2 Jan 2014 16:25:15 +0100 Subject: [PATCH] Update README --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8bd3956fa..98fba1f95 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,29 @@ This project is licensed under the MIT license. Installation --------------- -If you are using **Python**, all you have to do is to run the setup script or to install from pypi (using pip or easy_install): +Python +++++++++++++++ + +Install the qdarkstyle package using the *setup* script or using *pip*: ```bash python setup.py install ``` -or + +or + ```bash pip install qdarkstyle ``` -If you are using **C++**, the best way is to download/clone the project and copy -the following files to your application directory: -- **qdarkstyle/style.qss** -- **qdarkstyle/style.qrc** -- **qdarkstyle/rc** (the whole directory) +C++ ++++++++++ + +Download/clone the project and copy the following files to your application directory: + + - **qdarkstyle/style.qss** + - **qdarkstyle/style.qrc** + - **qdarkstyle/rc/** (the whole directory) Usage -------------