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)