Answers for "run python code from cmd windows"

2

Run python program from cmd or terminal

pip3 install -r requirements.txt
python3 app.py
Posted by: Guest on April-18-2021
0

Windows 10 running python scripts from cmd

# move to the directory where the script is located and run it like so
cd (path to directory)
python name.py
Posted by: Guest on November-13-2020

Code answers related to "run python code from cmd windows"

Python Answers by Framework

Browse Popular Code Answers by Language