diff --git a/doc/install_in_virtualenv.md b/doc/install_in_virtualenv.md index bf349f6..2a9f701 100644 --- a/doc/install_in_virtualenv.md +++ b/doc/install_in_virtualenv.md @@ -72,4 +72,5 @@ rmvirtualenv evaluation ``` ## Tab completion (UNIX / Bash) -Unfortunately, tab command completion with the [argcomplete](https://github.com/kislyuk/argcomplete) might not work immediately in a virtual environment. You might need to install argcomplete outside of your virtualenv and run `activate-global-python-argcomplete` to make it work globally on your machine. + +Run `activate-global-python-argcomplete --user` in your virtual environment, follow the instructions of it and open a new terminal afterwards to use tab command completion via [argcomplete](https://github.com/kislyuk/argcomplete).