Update README.md

This commit is contained in:
Colin 2013-03-10 21:01:58 +01:00
parent 83f7860f76
commit 359d7f9c89
1 changed files with 9 additions and 11 deletions

View File

@ -13,23 +13,21 @@ This project is licensed under the LGPL v3
Installation Installation
--------------- ---------------
If you are using python, all you have to do is to run setup script or to install it from pypi: 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
pip install qdarkstyle
```
or
```bash ```bash
python setup.py install 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: the following files to your application directory:
- qdarkstyle/style.qss - **qdarkstyle/style.qss**
- qdarkstyle/style.qrc - **qdarkstyle/style.qrc**
- qdarkstyle/rc (the whole directory) - **qdarkstyle/rc** (the whole directory)
Usage Usage
------------- -------------