Skip to content

Commit

Permalink
capizalize "PyPI" correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
das-g committed Nov 13, 2021
1 parent 200cca8 commit e1c4628
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Rich 还可以与[Jupyter 笔记本](https://jupyter.org/)一起使用,而无

## 安装说明

使用`pip`或其他 PyPi 软件包管理器进行安装。
使用`pip`或其他 PyPI 软件包管理器进行安装。

```
pip install rich
Expand Down
2 changes: 1 addition & 1 deletion README.de-ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Richは追加の設定を行わずとも、[Jupyter notebooks](https://jupyter.o

## インストール

`pip` や、あなたのお気に入りのPyPiパッケージマネージャを使ってインストールしてください
`pip` や、あなたのお気に入りのPyPIパッケージマネージャを使ってインストールしてください

```
pip install rich
Expand Down
2 changes: 1 addition & 1 deletion README.kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Rich는 [Jupyter notebooks](https://jupyter.org/)에서 별도의 설정없이

## 설치

`pip` 또는 좋아하는 Pypi 패키지 매니저로 설치하세요.
`pip` 또는 좋아하는 PyPI 패키지 매니저로 설치하세요.

```
pip install rich
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.sv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1c4628

Please sign in to comment.