R

Ravina • 3.96K Points
Extraordinary

Q. How do you install FastAPI and Uvicorn together with optional dependencies?

  • (A) pip install fastapi[full]
  • (B) pip install fastapi all
  • (C) pip install fastapi --extras
  • (D) pip install fastapi complete
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina
`pip install fastapi[full]` installs optional tools like Jinja2 and python-multipart.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.