diff options
author | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2023-10-05 21:06:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 21:06:40 +0200 |
commit | 50c98a52f724f4633aacafc7cfec824f833bda95 (patch) | |
tree | 1ceceeb904203ad8ab18aa85323e67bef085d062 /docs/docsite | |
parent | issue-14522: Add alt-text codeblock to Images for Userguide: webhooks.rst (#1... (diff) | |
download | awx-50c98a52f724f4633aacafc7cfec824f833bda95.tar.xz awx-50c98a52f724f4633aacafc7cfec824f833bda95.zip |
Update setting_up.rst (#14542)
Diffstat (limited to 'docs/docsite')
-rw-r--r-- | docs/docsite/rst/contributor/setting_up.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/contributor/setting_up.rst b/docs/docsite/rst/contributor/setting_up.rst index 95730e61b1..a47463437e 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. |