Hi I am using Python and have never really used it before. I have some commands sent to me that I need to run in the terminal. Basically:
python Test.py GET /feeds
I am using PyCharm and I was wondering if there was a way to run these same commands from within that IDE?
Press Alt+F12 to open terminal within PyCharm, then write in the command you wish to run and press enter.
In your case:
python Test.py GET /feeds
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With