Browse Source

Update Compilation.md

pull/1/head
rozetko 6 years ago committed by GitHub
parent
commit
d4ffc4c6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      analytics/Compilation.md

2
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

Loading…
Cancel
Save