Skip to content

Commit 773446b

Browse files
authored
Update run-analyzer-macos-linux.md
1 parent 3cdfd79 commit 773446b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/run-analyzer-macos-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ If you're using a terminal, download the tool by entering the following command:
104104
## Running the Python-based client analyzer
105105

106106
> [!NOTE]
107-
> - The analyzer depends on few extra PIP packages (decorator, sh, distro, lxml, psutil) which are installed in the OS when in root to produce the result output. If not installed, the analyzer will try to fetch it from the [official repository for Python packages](https://pypi.org/search/?q=lxml).
108-
> - In addition, the tool currently requires Python version 3 or later to be installed.
109-
> - If your device is behind a proxy, then you can simply pass the proxy server as an environment variable to the mde_support_tool.sh script. For example: `https_proxy=https://myproxy.contoso.com:8080 ./mde_support_tool.sh"`
107+
> - The analyzer depends on few extra PIP packages (`decorator`, `sh`, `distro`, `lxml`, and `psutil`) which are installed in the operating system when in root to produce the result output. If not installed, the analyzer attempts to fetch it from the [official repository for Python packages](https://pypi.org/search/?q=lxml).
108+
> - In addition, the tool currently requires Python version 3 or later to be installed on your device.
109+
> - If your device is behind a proxy, then you can simply pass the proxy server as an environment variable to the `mde_support_tool.sh` script. For example: `https_proxy=https://myproxy.contoso.com:8080 ./mde_support_tool.sh"`.
110110
111111
> [!WARNING]
112112
> Running the Python-based client analyzer requires the installation of PIP packages which may cause some issues in your environment. To avoid issues from occurring, it is recommended that you install the packages into a user PIP environment.

0 commit comments

Comments
 (0)