Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 374 Bytes

Run in development

Suggest to use python virtualenv:

http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/

run: npm install

run electron: electron .

Run package into the APP

Install Electron Globally: sudo npm install -g electron

Compile the python script with pyinstaller

Package the electron app with electron-packager: electron-packager .

Run it!!