Skip to content
John Blance edited this page May 18, 2023 · 1 revision

from mpp-solar dir, install required packaged

~/mpp-solar $ pip install -r api/requirements.txt

then start api

~/mpp-solar $ uvicorn api.app.main:app --reload
Clone this wiki locally