Files
fastapi-users/docs/installation.md
2022-05-05 09:33:34 +02:00

392 B

Installation

You can add FastAPI Users to your FastAPI project in a few easy steps. First of all, install the dependency:

With SQLAlchemy support

pip install 'fastapi-users[sqlalchemy]'

With Beanie support

pip install 'fastapi-users[mongodb]'

That's it! In the next section, we'll have an overview of how things work.