Answers for "python command in windows?"

4

Run python program from cmd or terminal

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

command for python shell

write python and press enter in terminal. 

A Python Prompt comprising of three greater-than symbols >>> appears.
Posted by: Guest on October-07-2021

Code answers related to "python command in windows?"

Python Answers by Framework

Browse Popular Code Answers by Language