From 359d7f9c8912540004c79dc96bd63749d35fb5b0 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 10 Mar 2013 21:01:58 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ff170bedb..e3a6a1acc 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,21 @@ This project is licensed under the LGPL v3 Installation --------------- -If you are using python, all you have to do is to run setup script or to install it from pypi: - -```bash -pip install qdarkstyle -``` - -or +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): ```bash python setup.py install ``` +or +```bash +pip install qdarkstyle +``` -If you are using C++, the best way is to download/clone the project and copy +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) +- **qdarkstyle/style.qss** +- **qdarkstyle/style.qrc** +- **qdarkstyle/rc** (the whole directory) Usage -------------