You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

322 B

Compilation

We use pyinstaller to compile analytics unit into binary file with all the dependencies.

Compiled module is supported by all *nix systems.

pip3 install pyinstaller
cd $HASTIC_SERVER_PATH/analytics
pyinstaller --additional-hooks-dir=pyinstaller_hooks server.py