Skip to content

Installation

Because pro version won't publish to pypi, so you can't install from it.

Requirements

In order to access the repository programmatically (from the command line or GitHub Actions workflows), you need to create a personal access token:

  1. Go to https://github.com/settings/tokens.
  2. Click on Generate a new token.
  3. Enter a name and select the repo scope.
  4. Generate the token and store it in a safe place.

With pip

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

With poetry

Add the following line in section [tool.poetry.dependencies].

fastapi-admin-pro = { git = 'https://${GH_TOKEN}@github.com/fastapi-admin/fastapi-admin-pro.git'}

In requirements.txt

Add the following line.

-e https://${GH_TOKEN}@github.com/fastapi-admin/fastapi-admin-pro.git#egg=fastapi-admin-pro

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