Skip to content

Commit

Permalink
fixed pip install comment
Browse files Browse the repository at this point in the history
  • Loading branch information
speckdavid committed Sep 11, 2024
1 parent 12b81aa commit 0762dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TABCOMPLETION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
We support tab completion for bash and zsh based on the python package [argcomplete](https://pypi.org/project/argcomplete/). For full support, use at least version 3.3 which can be installed via `pip`.

```bash
pip install argcomplete>=3.3
pip install "argcomplete>=3.3"
```

After the installation, tab completion has to be enabled in one of two ways.
Expand Down

0 comments on commit 0762dc2

Please sign in to comment.