Merge pull request #1685 from das-g/capitalize-PyPI-correctly

Capitalize "PyPI" correctly
This commit is contained in:
Will McGugan 2021-11-15 15:47:21 +00:00 committed by GitHub
commit 189731826b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 14 additions and 14 deletions

View File

@ -1482,7 +1482,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

View File

@ -37,7 +37,7 @@ Rich 还可以与[Jupyter 笔记本](https://jupyter.org/)一起使用,而无
## 安装说明
使用`pip`或其他 PyPi 软件包管理器进行安装。
使用`pip`或其他 PyPI 软件包管理器进行安装。
```
pip install rich

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -37,7 +37,7 @@ Richは追加の設定を行わずとも、[Jupyter notebooks](https://jupyter.o
## インストール
`pip` や、あなたのお気に入りのPyPiパッケージマネージャを使ってインストールしてください。
`pip` や、あなたのお気に入りのPyPIパッケージマネージャを使ってインストールしてください。
```
pip install rich

View File

@ -37,7 +37,7 @@ Rich는 [Jupyter notebooks](https://jupyter.org/)에서 별도의 설정없이
## 설치
`pip` 또는 좋아하는 Pypi 패키지 매니저로 설치하세요.
`pip` 또는 좋아하는 PyPI 패키지 매니저로 설치하세요.
```
pip install rich

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
@ -103,4 +103,4 @@ Rich has an :meth:`~rich.inspect` function which can generate a report on any Py
>>> from rich import inspect
>>> from rich.color import Color
>>> color = Color.parse("red")
>>> inspect(color, methods=True)
>>> inspect(color, methods=True)