From 16456403b27bbbb318ba54f60c6496fe726101ec Mon Sep 17 00:00:00 2001 From: Bryan Bugyi Date: Fri, 3 Sep 2021 12:01:46 -0400 Subject: [PATCH] Update pip install docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da6971f..816c4c9 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,15 @@ funky --setup-shell SHELL ### Using `pip` to Install -To install funky, run the following commands in your terminal (replace `SHELL` -with either `bash` or `zsh`): +To install funky using [pip], run the following commands in your terminal +(replace `SHELL` with either `bash` or `zsh`): ``` shell python3 -m pip install --user pyfunky # install funky funky --setup-shell SHELL # hook funky into your shell ``` -If you don't have [pip] installed, this [Python installation guide] can guide +If you don't have pip installed, this [Python installation guide] can guide you through the process. [pip]: https://pip.pypa.io