Electric-snake
Personal Electron project, meant for exploring the use of python within electron.
Running
First the requirements are:
- Linux (Tested in ubuntu 18.04)
- nodejs (latest)
- Python 3.6 or later
To run:
- Make python virtual environment and install the requirements.txt
python3 -m venv venv/
source ./venv/bin/python3
pip install < requirements.txt
deactivate
- Install the required modules.
npm install
- Start the app!
npm start