Skip to content

Installation

tldr

pip install create-fastapi-app

This is a python pip package. Therefore there are some pre-requisites:

  • python >= 3.6
  • pip

The package installs following dependencies

It is recommended to install the package in a separate virtualenv. E.g.

python -m venv cfa_venv
source cfa_venv/bin/activate

To install the package, simply run:

pip install create-fastapi-app