From b84684f786654b7b27f21e7f69e3f07a2ca29386 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Thu, 12 Jul 2018 12:30:11 +0300 Subject: [PATCH] Check if installed --- 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 77a97e0..b06a5fd 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -1,7 +1,7 @@ # Compiling from source code ## Requirements ### Python 3 Interpreter -Latest* version of **Python 3** is needed. Download the matching release for your platform [here](https://www.python.org/downloads/) and install it. If you are a *Windows* user, selecting **Add Python 3 to PATH** option is mandatory. +Latest* version of **Python 3** is needed. See if it is already installed [here](#finding-the-correct-prefix-for-python). If not, download the matching release for your platform [here](https://www.python.org/downloads/) and install it. If you are a *Windows* user, selecting **Add Python 3 to PATH** option is mandatory. \* *Use Python 3.6.5 if you encounter an issue* ## Using terminal