Skip to content

Latest commit

 

History

History

python-usip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

python usip example

use fastapi to apply web server.

run

  1. install python dependencies
pip install fastapi
pip install "uvicorn[standard]"
  1. run web server
uvicorn main:app --reload --port 8080