Closed FFGamer04 closed 3 years ago
You are using python shell. Try using terminal or command prompt in windows
It didn't work either. Can you give me a short tutorial? I'm totally new to python
First install git from browser. Run it. Then use command prompt or git bash. Then use command git clone ...
Run pip install ... on command prompt or terminal
It didn't work either. Can you give me a short tutorial? I'm totally new to python
pip install psutil Try using these command on your terminal
So: I ran the first command on git, then the second on command prompt, but, when I tried the 3rd, this happened: "'pip' is not recognized as an internal or external command, operable program or batch file."
Open command prompt in administrative mode and run python -m pip install psutil
"Python not found" I'm terribly sorry to be bothering you, but I really want to run this
Install python from python.org
It is installed and running
check command should be same means lower case as typed
The error message is in portuguese, but the translation is "Python not found, execute without arguments to install from microsoft store or deactivate this shortcut in Settings > manage aplication execution aliases"
Reinstall python and install python from python.org While executing python make sure "add python to path" option is checked
Done, it was the add python to path option, thanks!
How do I run it now?
After installing psutil from pip use it in your program by importing that module. import psutil
on python?
Yes
What am I meant to do?
Write your program. Or see tutorials for using that module.
Can I write the program in Notepad++ and then add it to the "examples folder"?
Yes you can write program in any text editor like notepad or notepad++. Just save the file with .py extension
ok thanks! Do i need to have python running in backgound while playing?
Yes you have to interpret that program by running python in background
ok thx
When typing in the console, should I add the suffix .py?
When I run the "Set up commands in python, this happens