1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Update setting_up.rst (#14542)

This commit is contained in:
Chris Meyers 2023-10-05 15:06:40 -04:00 committed by GitHub
parent 4008d72af6
commit 50c98a52f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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