Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
315 stars 414 forks source link

Added Starlette - a lightweight ASGI framework/toolkit, which is idea… #1624

Closed lomion0815 closed 11 months ago

lomion0815 commented 11 months ago

…l for building async web services in Python.

Is there a better way to start uvicorn with Python3.8+ ?

brutus commented 11 months ago

Is there a better way to start uvicorn with Python3.8+ ?

Since you installed uvicorn with pip3.11 it's automatically run with Pyhton 3.11 (see the shebang line).