Skip to content

Commit

Permalink
Update pip install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Sep 3, 2021
1 parent 489f2cc commit 1645640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1645640

Please sign in to comment.