2 changed files with 3 additions and 12 deletions
@ -1,12 +0,0 @@
|
||||
# Compilation |
||||
|
||||
We use [pyinstaller](https://www.pyinstaller.org/) to compile analytics unit into binary file with all the dependencies. |
||||
|
||||
Compiled module is supported by all *nix systems. |
||||
|
||||
```bash |
||||
pip3 install pyinstaller |
||||
cd $HASTIC_SERVER_PATH/analytics |
||||
pyinstaller --additional-hooks-dir=pyinstaller_hooks --paths=analytics/ bin/server |
||||
``` |
||||
|
Loading…
Reference in new issue