On Windows 10 install Python from Python.org
Once installed add these two paths to PATH env variable
C:\Users\AppData\Local\Programs\Python\Python38
C:\Users\AppData\Local\Programs\Python\Python38\Scripts
Open command prompt and following command should be working
python --version
pip --version