# Add the python path to the environment vairables and reopen the cmd or powershell
#give pat to to the enviroment variable using command prompt or power shell window
# Make sure python is in your path variable.
# an easy solution would be to reinstall python and make sure you check the
# include python in PATH box
answer = "yes, add your python path to environment variable by going into python installer and modify and check add python to environment variable and reopen cmd or powershell"
# 1-try downloading Python 3 at the official website and installing it via express installation
# 2-Copy & Paste the standalone python into the ampps/python folder and overwriting
the python version provided by AMPPS
# 3-running python -m pip install --upgrade pip in cmd
most probably python path is not in you environment variables.