From 7a2c26fd22ad89fbc9c438bdbd0fd844b2e7686b Mon Sep 17 00:00:00 2001 From: alexzorin Date: Fri, 8 Apr 2022 07:27:16 +1000 Subject: =?UTF-8?q?docs:=20in=20contributing,=20ipdb=E2=86=92ipdb3=20(#927?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The binary is renamed in Python 3. --- certbot/docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index b81b14e40..e8ba87fcf 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -75,7 +75,7 @@ latter by running: source venv/bin/activate -After running this command, ``certbot`` and development tools like ``ipdb``, +After running this command, ``certbot`` and development tools like ``ipdb3``, ``ipython``, ``pytest``, and ``tox`` are available in the shell where you ran the command. These tools are installed in the virtual environment and are kept separate from your global Python installation. This works by setting -- cgit v1.2.3