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
python3shows an error, trypython --versioninstead. In later steps, replacepython3withpythonif needed.
Last updated