.. _install-filers: ************* Installation ************* Dependencies ------------- * Python 2.7, 3.3+ * `CPLCom `_ * `FFPyPlayer `_ * `PyFlyCap2 `_ * `PyBarst `_ * `Kivy nightly `_ * psutil, six (``pip install psutil six``) Filers ------- After installing the dependencies Filers can be installed using:: pip install https://github.com/matham/filers/archive/master.zip ************* Packaging ************* To package Filers as an exe on windows, pyinstaller (`pip install --upgrade pyinstaller`) is required. Then, from Filers root directory execute: python -m PyInstaller packaging/filers.spec and that will generate a dist directory containing the `Filers.exe`.