Update argcomplete install via apt command (#76139)

To install `argcomplete` on Ubuntu 21.10 we need to update the install line to use Python3
This commit is contained in:
Nedko Hristov
2021-10-26 11:29:23 -04:00
committed by GitHub
parent 395e5e20fa
commit 6b8ed23926
@@ -612,7 +612,7 @@ Installing ``argcomplete`` with ``apt``
.. code-block:: bash
$ sudo apt install python-argcomplete
$ sudo apt install python3-argcomplete
Installing ``argcomplete`` with ``pip``