Richard-accel/eNCDC
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
POC system, integrate mine with Kaijian button funtion create virtual environment # python -m venv venv activate the virtual environment # venv\Scripts\activate Install the libraries from the requirements.txt # pip install -r requirements.txt run it on command prompt # uvicorn main:app --reload