From 50c98a52f724f4633aacafc7cfec824f833bda95 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 5 Oct 2023 15:06:40 -0400 Subject: [PATCH] Update setting_up.rst (#14542) --- docs/docsite/rst/contributor/setting_up.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/contributor/setting_up.rst b/docs/docsite/rst/contributor/setting_up.rst index 95730e61b1e9..a47463437eb9 100644 --- a/docs/docsite/rst/contributor/setting_up.rst +++ b/docs/docsite/rst/contributor/setting_up.rst @@ -48,7 +48,7 @@ Install the setuptools package on Linux using pip: :: - import setuptools + python3 -c 'import setuptools' If no errors are returned, then the package was installed properly.