Skip to content

Commit

Permalink
chore: Change shell completion instruction
Browse files Browse the repository at this point in the history
- Change: Instruct to install `argcomplete` using `pipx` instead of
  `pip`.

Refs: #4
  • Loading branch information
AnonymouX47 committed May 9, 2023
1 parent cb09f74 commit fcf6b9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/termvisage/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
from . import cli # noqa: F401; prevents circular import of `.config` (below)
from . import __version__

COMPLETIONS = """First, if `termvisage` was installed using `pipx`,
run the following (outside any virtual environment):
COMPLETIONS = """First, if `termvisage` was installed using `pipx`, run:
pip install --user --upgrade argcomplete
pipx install argcomplete
Then, follow the appropriate instructions for your shell:
Expand Down

0 comments on commit fcf6b9b

Please sign in to comment.