mirror of https://github.com/Textualize/rich.git
capizalize "PyPI" correctly
This commit is contained in:
parent
200cca8d73
commit
e1c4628ffe
|
@ -1481,7 +1481,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
|
|||
|
||||
### Fixed
|
||||
|
||||
- Readme links in Pypi
|
||||
- Readme links in PyPI
|
||||
|
||||
## [0.4.0] - 2020-02-22
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich 还可以与[Jupyter 笔记本](https://jupyter.org/)一起使用,而无
|
|||
|
||||
## 安装说明
|
||||
|
||||
使用`pip`或其他 PyPi 软件包管理器进行安装。
|
||||
使用`pip`或其他 PyPI 软件包管理器进行安装。
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich funktioniert mit [Jupyter notebooks](https://jupyter.org/) ohni irgendwelch
|
|||
|
||||
## Installation
|
||||
|
||||
Installation mit `pip` oder mit dim liäblings PyPi Päckli-Mangager.
|
||||
Installation mit `pip` oder mit dim liäblings PyPI Päckli-Mangager.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich funktioniert ohne zusätzliche Konfiguration mit [Jupyter Notebooks](https:
|
|||
|
||||
## Installation
|
||||
|
||||
Installation mit `pip` oder deinem bevorzugten PyPi-Paketmanager.
|
||||
Installation mit `pip` oder deinem bevorzugten PyPI-Paketmanager.
|
||||
|
||||
```
|
||||
python -m rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich funciona con [Jupyter notebooks](https://jupyter.org/) sin necesidad de con
|
|||
|
||||
## Instalación
|
||||
|
||||
Instale con `pip` o su administrador de paquetes PyPi favorito.
|
||||
Instale con `pip` o su administrador de paquetes PyPI favorito.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich fonctionne avec les notebooks Jupyter sans configuration supplémentaire.
|
|||
|
||||
## Installation
|
||||
|
||||
Installez avec `pip` ou votre gestionnaire de paquets Pypi préféré.
|
||||
Installez avec `pip` ou votre gestionnaire de paquets PyPI préféré.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich funziona con i [Jupyter notebooks](https://jupyter.org/) senza configurazio
|
|||
|
||||
## Installazione
|
||||
|
||||
Installa con `pip` o il tuo PyPi package manager preferito.
|
||||
Installa con `pip` o il tuo PyPI package manager preferito.
|
||||
|
||||
```shell
|
||||
pip install rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Richは追加の設定を行わずとも、[Jupyter notebooks](https://jupyter.o
|
|||
|
||||
## インストール
|
||||
|
||||
`pip` や、あなたのお気に入りのPyPiパッケージマネージャを使ってインストールしてください。
|
||||
`pip` や、あなたのお気に入りのPyPIパッケージマネージャを使ってインストールしてください。
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -37,7 +37,7 @@ Rich는 [Jupyter notebooks](https://jupyter.org/)에서 별도의 설정없이
|
|||
|
||||
## 설치
|
||||
|
||||
`pip` 또는 좋아하는 Pypi 패키지 매니저로 설치하세요.
|
||||
`pip` 또는 좋아하는 PyPI 패키지 매니저로 설치하세요.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -38,7 +38,7 @@ Rich works with [Jupyter notebooks](https://jupyter.org/) with no additional con
|
|||
|
||||
## Installing
|
||||
|
||||
Install with `pip` or your favorite PyPi package manager.
|
||||
Install with `pip` or your favorite PyPI package manager.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -36,7 +36,7 @@ Rich funciona com [Jupyter notebooks](https://jupyter.org/) sem a necessidade de
|
|||
|
||||
## Instalação
|
||||
|
||||
Instale usando `pip` ou seu gerenciador de pacotes PyPi favorito.
|
||||
Instale usando `pip` ou seu gerenciador de pacotes PyPI favorito.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -36,7 +36,7 @@ Rich funkar med [Jupyter notebooks](https://jupyter.org/) utan någon ytterligar
|
|||
|
||||
## Installering
|
||||
|
||||
Installera med `pip` eller din favorita PyPi packet hanterare.
|
||||
Installera med `pip` eller din favorita PyPI packet hanterare.
|
||||
|
||||
```
|
||||
pip install rich
|
||||
|
|
|
@ -20,7 +20,7 @@ Rich requires Python 3.6.1 and above. Note that Python 3.6.0 is *not* supported
|
|||
Installation
|
||||
------------
|
||||
|
||||
You can install Rich from PyPi with `pip` or your favorite package manager::
|
||||
You can install Rich from PyPI with `pip` or your favorite package manager::
|
||||
|
||||
pip install rich
|
||||
|
||||
|
|
Loading…
Reference in New Issue