1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
This commit is contained in:
Ali Parlakci 2018-07-12 12:31:32 +03:00
parent b84684f786
commit b93b206a96

View file

@ -18,7 +18,7 @@ Latest* version of **Python 3** is needed. See if it is already installed [here]
Go inside the folder where script.py is located. If you are not familier with changing directories on command-prompt and terminal read *Changing Directories* in [this article](https://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything) Go inside the folder where script.py is located. If you are not familier with changing directories on command-prompt and terminal read *Changing Directories* in [this article](https://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything)
## Finding the correct prefix for Python ## Finding the correct prefix for Python
Enter these lines to terminal windows until it prints out the version you have downloaded and installed: Enter these lines to terminal window until it prints out the version you have downloaded and installed:
- `python --version` - `python --version`
- `python3 --version` - `python3 --version`
- `python3.7 --version` - `python3.7 --version`