Installation conda create -n calc python=3.12 -y conda activate calc pip3 install -r requirements.txt How to start uvicorn main:app --reload