From 8786b402c6d4e81ea91f2cfabd163289e20dae78 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 29 Jun 2021 13:36:39 +1000 Subject: [PATCH] update python section readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a790ae597..f61c22ff0 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,7 @@ Windows may complain about security due to code not being signed, this will be c ### Integrations - If you use Python plugins: - - Install [Python3](https://www.python.org/downloads/), download `.exe` installer. - - Add Python to `%PATH%` or set it in flow's settings. - - Use `pip` to install `flowlauncher`, open cmd and type `pip install flowlauncher`. + - Once a Python plugin has been detected at start up, you will be prompted to either select the location or allow Python (Embeddable) to automatic download for use. - The Python plugin may require additional modules to be installed, please ensure you check by visiting the plugin's website via `pm install` + plugin name, go to context menu and select `Open website`. - Start to launch your Python plugins. - Flow searches files and contents via Windows Index Search, to use Everything: `pm install everything`.