From 436f867f2e30786192f22a782e785b6cfc569ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Thu, 26 Jul 2018 09:22:03 +0300 Subject: [PATCH 1/3] Update COMPILE_FROM_SOURCE.md --- docs/COMPILE_FROM_SOURCE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/COMPILE_FROM_SOURCE.md b/docs/COMPILE_FROM_SOURCE.md index c3bb1a3..992312b 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -1,7 +1,8 @@ # Compiling from source code ## Requirements ### Python 3 Interpreter -Latest* version of **Python 3** is needed. See if it is already installed [here](#finding-the-correct-keyword-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. +Latest* version of **Python 3** is needed. See if it is already installed [here](#finding-the-correct-keyword-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 when installing the software is mandatory. \* *Use Python 3.6.5 if you encounter an issue* ## Using terminal @@ -39,4 +40,4 @@ python -m pip install -r requirements.txt --- -Now, you can go to [Using command-line arguments](COMMAND_LINE_ARGUMENTS.md) \ No newline at end of file +Now, you can go to [Using command-line arguments](COMMAND_LINE_ARGUMENTS.md) From 95ef30891592130a33c47a913f3667756100b606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Thu, 26 Jul 2018 09:22:14 +0300 Subject: [PATCH 2/3] Update COMPILE_FROM_SOURCE.md --- docs/COMPILE_FROM_SOURCE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/COMPILE_FROM_SOURCE.md b/docs/COMPILE_FROM_SOURCE.md index 992312b..6beb1ea 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -1,8 +1,7 @@ # Compiling from source code ## Requirements ### Python 3 Interpreter -Latest* version of **Python 3** is needed. See if it is already installed [here](#finding-the-correct-keyword-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 when installing the software is mandatory. +Latest* version of **Python 3** is needed. See if it is already installed [here](#finding-the-correct-keyword-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 when installing the software is mandatory. \* *Use Python 3.6.5 if you encounter an issue* ## Using terminal From 5378555f74e54305be6fc83995babd740ba3f86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Thu, 26 Jul 2018 09:24:50 +0300 Subject: [PATCH 3/3] Update COMPILE_FROM_SOURCE.md --- docs/COMPILE_FROM_SOURCE.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/COMPILE_FROM_SOURCE.md b/docs/COMPILE_FROM_SOURCE.md index 6beb1ea..74f5c23 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -6,11 +6,9 @@ Latest* version of **Python 3** is needed. See if it is already installed [here] \* *Use Python 3.6.5 if you encounter an issue* ## Using terminal ### To open it... -- **On Windows 8/8.1/10**: Press the File tab on **Windows Explorer**, click on **Open Windows PowerShell** or **Open Windows Command Prompt** or look for *Command Prompt* or *PowerShell* in *Start Menu*. +- **On Windows**: Press **Shift+Right Click**, select **Open Powershell window here** or **Open Command Prompt window here** -- **On Windows 7**: Press **WindowsKey+R**, type **cmd** and hit Enter or look for *Command Prompt* or *PowerShell* in *Start Menu*. - -- **On Linux**: Right-click in a folder and select **Open Terminal** or press **Ctrl+Alt+T** or look for **Terminal** in the programs. +- **On Linux**: Right-click in a folder and select **Open Terminal** or press **Ctrl+Alt+T**. - **On MacOS**: Look for an app called **Terminal**.