From b93b206a96f48b2afb50e96251275c00724241ea Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Thu, 12 Jul 2018 12:31:32 +0300 Subject: [PATCH] Typo fix --- docs/COMPILE_FROM_SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMPILE_FROM_SOURCE.md b/docs/COMPILE_FROM_SOURCE.md index b06a5fd..a8c530e 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -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) ## 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` - `python3 --version` - `python3.7 --version`