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 -------------