For Linux users, probably Python will be already installed on the system. If not, a simple command on terminal can do it:
sudo apt update
sudo apt install python3
If you want Python 2.X, just ask for install "python", without the "3".
On Windows, things are a bit more complicated. First, you need to download Python from here.
No comments:
Post a Comment