From d4ffc4c6efa4ef471965fe29b42bba572bbc92d4 Mon Sep 17 00:00:00 2001 From: rozetko Date: Mon, 25 Jun 2018 21:41:42 +0300 Subject: [PATCH] Update Compilation.md --- analytics/Compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analytics/Compilation.md b/analytics/Compilation.md index 63431f8..e2a5345 100644 --- a/analytics/Compilation.md +++ b/analytics/Compilation.md @@ -1,6 +1,6 @@ # Compilation -We use (pyinstaller)[https://www.pyinstaller.org/] to compile analytics unit into binary file supported by *nix systems with all the dependencies. +We use [pyinstaller](https://www.pyinstaller.org/) to compile analytics unit into binary file supported by *nix systems with all the dependencies. ```bash pip install pyinstaller