Update README

This commit is contained in:
ColinDuquesnoy 2014-01-02 16:25:15 +01:00
parent 85bd18532c
commit 7265187926

View File

@ -15,21 +15,29 @@ This project is licensed under the MIT license.
Installation 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 ```bash
python setup.py install python setup.py install
``` ```
or or
```bash ```bash
pip install qdarkstyle pip install qdarkstyle
``` ```
If you are using **C++**, the best way is to download/clone the project and copy C++
the following files to your application directory: +++++++++
Download/clone the project and copy 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
------------- -------------