Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (29 loc) · 520 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 520 Bytes

MAGENTA-ELECTRON

NOTE: You can run this demonstration only when you are online.

Getting started

Check the version of your python

python3 --version

Only python 3.7.3 is operation guaranteed.
If you get another version, upgrade recommended.

Create virtual environment

python3 -m venv venv

Activate venv

source venv/bin/activate

Install python packages

pip install -r requirements.txt

Install node modules

yarn

Run demo

yarn start