shaoye / 870-proj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

870-proj

Environment

  • python 3.7+

Install

On macOS and Linux:

python3 -m venv env

source env/bin/activate

python3 -m pip install -r requirements.txt

On Windows:

python -m venv env

.\env\Scripts\activate

python -m pip install -r requirements.txt

Run

python3 ./demo.py

About


Languages

Language:Vue 55.5%Language:Python 41.3%Language:JavaScript 2.0%Language:HTML 1.0%Language:CSS 0.2%