Update `argcomplete` install via apt command (#76139)

To install `argcomplete` on Ubuntu 21.10 we need to update the install line to use Python3
pull/76148/head
Nedko Hristov 3 years ago committed by GitHub
parent 395e5e20fa
commit 6b8ed23926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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``

Loading…
Cancel
Save