From 9dc9114aefa44d95c9b4df97d8108fb516a187c8 Mon Sep 17 00:00:00 2001 From: Harsha S Date: Sun, 14 Apr 2024 13:41:24 +0530 Subject: [PATCH] Mention pipx installation --- docs/getting_started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index 15b7646..8f08b6c 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -19,6 +19,8 @@ Also, you can try out _Black_ online for minimal fuss on the _Black_ can be installed by running `pip install black`. It requires Python 3.8+ to run. If you want to format Jupyter Notebooks, install with `pip install "black[jupyter]"`. +If you use pipx, you can install Black with `pipx install black`. + If you can't wait for the latest _hotness_ and want to install from GitHub, use: `pip install git+https://github.com/psf/black`