Files
fastapi-users/docs/installation.md
François Voron a5618399a1 Fix #9: Write documentation (#16)
* Start to write documentation

* Add docs favicon

* Add routes documentation

* Add doc about dependency callables

* Add information about how to make authenticated calls
2019-10-19 18:16:08 +02:00

333 B

Installation

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

pip install fastapi-users

...or if you're already in the future:

pipenv install fastapi-users

That's it! Now, let's have a look at our User model.