run a python command on command prompt using python script code example
Example 1: how to run python file from cmd
// To run pytho script from CMD
// type python and the name of the file. Assuming hello.py
python hello.py
Example 2: Run python program from cmd or terminal
pip3 install -r requirements.txt
python3 app.py