Installing FastAPI and Dependencies
First you need to set up a VENV for this project: Click here!
Once the Terminal and Interpreter are set up to use the version in VENV go ahead and install via PIP
Once this is completed you should have both FastAPI and dependencies installed.
This can be checked with
It will return a list with the packages in pip
Example:
These will also be installed in the VENV under lib
The executables will be in scripts or in bin on Unix/Linux systems
Last updated