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:
- Go to https://github.com/settings/tokens.
- Click on Generate a new token.
- Enter a name and select the repo scope.
- 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