From 5422537585895d0797f8c20d4c9b4a17de172521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20G=C3=B6rner?= <5477952+MaxG87@users.noreply.github.com> Date: Mon, 27 Dec 2021 08:25:52 +0100 Subject: [PATCH] Use `python -m pip` as install snippet It is advised to not use `pip` plain, it should always be `python -m pip`. One important benefit is that this way one always installs packages to the currently active virtual environment. The topic is covered in depth at https://snarky.ca/why-you-should-use-python-m-pip/. --- README.cn.md | 2 +- README.de-ch.md | 2 +- README.es.md | 2 +- README.fr.md | 2 +- README.hi.md | 2 +- README.it.md | 2 +- README.ja.md | 2 +- README.kr.md | 2 +- README.md | 2 +- README.pt-br.md | 2 +- README.sv.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.cn.md b/README.cn.md index f7cb2768..f49757f2 100644 --- a/README.cn.md +++ b/README.cn.md @@ -40,7 +40,7 @@ Rich 还可以与[Jupyter 笔记本](https://jupyter.org/)一起使用,而无 使用`pip`或其他 PyPI 软件包管理器进行安装。 ``` -pip install rich +python -m pip install rich ``` ## Rich 的打印功能 diff --git a/README.de-ch.md b/README.de-ch.md index 4d33d227..edf7f526 100644 --- a/README.de-ch.md +++ b/README.de-ch.md @@ -40,7 +40,7 @@ Rich funktioniert mit [Jupyter notebooks](https://jupyter.org/) ohni irgendwelch Installation mit `pip` oder mit dim liäblings PyPI Päckli-Manager. ``` -pip install rich +python -m pip install rich ``` Für das do us zum d Rich usgob im Törminäl z teste: diff --git a/README.es.md b/README.es.md index 5edad690..4345f0da 100644 --- a/README.es.md +++ b/README.es.md @@ -40,7 +40,7 @@ Rich funciona con [Jupyter notebooks](https://jupyter.org/) sin necesidad de con Instale con `pip` o su administrador de paquetes PyPI favorito. ``` -pip install rich +python -m pip install rich ``` Ejecute lo siguiente para probar la salida de Rich sobre su terminal: diff --git a/README.fr.md b/README.fr.md index 13da8650..32665d3f 100644 --- a/README.fr.md +++ b/README.fr.md @@ -40,7 +40,7 @@ Rich fonctionne avec les notebooks Jupyter sans configuration supplémentaire. Installez avec `pip` ou votre gestionnaire de paquets PyPI préféré. ``` -pip install rich +python -m pip install rich ``` Exécutez ce qui suit pour tester la sortie de Rich sur votre terminal : diff --git a/README.hi.md b/README.hi.md index 569a549e..8a0c0b59 100644 --- a/README.hi.md +++ b/README.hi.md @@ -42,7 +42,7 @@ Rich बिना किसी अतिरिक्त विन्यास `pip` या अपने पसंदीदा PyPI संकुल प्रबंधक (package manager) के द्वारा आप इसे स्थापित कर सकते हैं। ``` -pip install rich +python -m pip install rich ``` आपके टर्मिनल पर Rich उत्पादन का परीक्षण करने के लिए यह चलाएं: diff --git a/README.it.md b/README.it.md index 738f8b5f..749d71b8 100644 --- a/README.it.md +++ b/README.it.md @@ -40,7 +40,7 @@ Rich funziona con i [Jupyter notebooks](https://jupyter.org/) senza configurazio Installa con `pip` o il tuo PyPI package manager preferito. ```shell -pip install rich +python -m pip install rich ``` Esegui il seguente comando per testare l'output di Rich sul tuo terminale: diff --git a/README.ja.md b/README.ja.md index 93c87c95..f130c53f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -40,7 +40,7 @@ Richは追加の設定を行わずとも、[Jupyter notebooks](https://jupyter.o `pip` や、あなたのお気に入りのPyPIパッケージマネージャを使ってインストールしてください。 ``` -pip install rich +python -m pip install rich ``` 以下のコマンドを実行して、ターミナルでリッチの出力をテストできます: diff --git a/README.kr.md b/README.kr.md index b0a3508b..43d9f7d2 100644 --- a/README.kr.md +++ b/README.kr.md @@ -40,7 +40,7 @@ Rich는 [Jupyter notebooks](https://jupyter.org/)에서 별도의 설정없이 `pip` 또는 좋아하는 PyPI 패키지 매니저로 설치하세요. ``` -pip install rich +python -m pip install rich ``` 아래 명령어를 통해 터미널에서 Rich 출력을 테스트해보세요. diff --git a/README.md b/README.md index ecd7a65c..cbf5ba5f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Rich works with [Jupyter notebooks](https://jupyter.org/) with no additional con Install with `pip` or your favorite PyPI package manager. ``` -pip install rich +python -m pip install rich ``` Run the following to test Rich output on your terminal: diff --git a/README.pt-br.md b/README.pt-br.md index d4180467..089810f3 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -39,7 +39,7 @@ Rich funciona com [Jupyter notebooks](https://jupyter.org/) sem a necessidade de Instale usando `pip` ou seu gerenciador de pacotes PyPI favorito. ``` -pip install rich +python -m pip install rich ``` Execute o seguinte comando para testar o output do Rich no seu terminal: diff --git a/README.sv.md b/README.sv.md index e14e5207..0a7dbc50 100644 --- a/README.sv.md +++ b/README.sv.md @@ -39,7 +39,7 @@ Rich funkar med [Jupyter notebooks](https://jupyter.org/) utan någon ytterligar Installera med `pip` eller din favorita PyPI packet hanterare. ``` -pip install rich +python -m pip install rich ``` Kör följade följande för att testa Rich utmatning i din terminal: