From 39f2c73f4c6b1fe6616ee1bc089fc34bc4da1761 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Thu, 12 Jul 2018 13:35:45 +0300 Subject: [PATCH] Another option to open terminal added --- docs/COMPILE_FROM_SOURCE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/COMPILE_FROM_SOURCE.md b/docs/COMPILE_FROM_SOURCE.md index a8c530e..57a6ada 100644 --- a/docs/COMPILE_FROM_SOURCE.md +++ b/docs/COMPILE_FROM_SOURCE.md @@ -6,13 +6,13 @@ 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 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 7: Press **WindowsKey+R**, type **cmd** and hit Enter or look for *Command Prompt* or *PowerShell* in *Start Menu*. +- **On Windows 7**: Press **WindowsKey+R**, type **cmd** and hit Enter or look for *Command Prompt* or *PowerShell* in *Start Menu*. -- On Linux: 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** or look for **Terminal** in the programs. -- On MacOS: Look for an app called **Terminal**. +- **On MacOS**: Look for an app called **Terminal**. ### Navigating to the directory where script is downloaded 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)