Skip to content

Upgrade from the open source version

It's so easy to upgrade fastapi-admin open source version to pro version, because pro version contains all of open source and has same project structure.

  1. Uninstall open source version.

    > pip uninstall fastapi-admin
    
  2. Install pro version.

    > pip install git+https://${GH_TOKEN}@github.com/fastapi-admin/fastapi-admin-pro.git
    

That's all, then you can add pro version exclusive content yourself without any code change.

And you can also see the pro version examples for reference.


Last update: July 7, 2023 09:36:36