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

szk2s/magenta-electron

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published