mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Update README
This commit is contained in:
parent
85bd18532c
commit
7265187926
22
README.md
22
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
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user