Check Docker & Python

Make sure both are ready

Open your PowerShell/Terminal and run these two tests:

docker --versionpython3 --version

If you see version numbers (not errors), you’re good to go.

Windows tip: If python3 shows an error, try python --version instead. In later steps, replace python3 with python if needed.

Last updated