From 311640ebbab950a302c57dfd275678b6a6bb577c Mon Sep 17 00:00:00 2001 From: 5yutan5 <63651161+5yutan5@users.noreply.github.com> Date: Mon, 30 Aug 2021 01:11:47 +0900 Subject: [PATCH] Add budge and Modify installation method. --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8f1efdd4..36e0c028 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ PyQtDarkTheme ============= [![PyPI Latest Release](https://img.shields.io/pypi/v/pyqtdarktheme.svg)](https://pypi.org/project/pyqtdarktheme/) +[![Conda Latest Release](https://img.shields.io/conda/v/qt_theme/pyqtdarktheme.svg?label=conda&color=orange)](https://anaconda.org/qt_theme/pyqtdarktheme/) [![Python Versions](https://img.shields.io/pypi/pyversions/pyqtdarktheme.svg)](https://pypi.org/project/pyqtdarktheme/) -[![License](https://img.shields.io/github/license/5yutan5/PyQtDarkTheme)](https://github.com/5yutan5/PyQtDarkTheme/blob/main/LICENSE) +[![License](https://img.shields.io/github/license/5yutan5/PyQtDarkTheme)](https://github.com/5yutan5/PyQtDarkTheme/blob/main/LICENSE/) [![Total alerts](https://img.shields.io/lgtm/alerts/g/5yutan5/PyQtDarkTheme.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/5yutan5/PyQtDarkTheme/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/5yutan5/PyQtDarkTheme.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/5yutan5/PyQtDarkTheme/context:python) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) Dark theme for PySide, PyQt and Qt Designer. @@ -24,15 +26,20 @@ There's a Light Theme too. Color and style balanced from the Dark theme for easy ## Installation Method -- From PyPi - - Last released version - ```plaintext - pip install pyqtdarktheme - ``` - - Latest development version - ```plaintext - pip install git+https://github.com/5yutan5/PyQtDarkTheme - ``` +### From PyPi +- Last released version + ```plaintext + pip install pyqtdarktheme + ``` +- Latest development version + ```plaintext + pip install git+https://github.com/5yutan5/PyQtDarkTheme + ``` +### From conda +- Last released version + ```plaintext + conda install -c qt_theme pyqtdarktheme + ``` ## Usage