FastAPI Complete Course - Installing FastAPI in virtualenv

Поделиться
HTML-код
  • Опубликовано: 26 июл 2024
  • In this lecture we will be looking at installing FastAPI in virtualenv to isolate our development environment.
    00:00 - creating virtual environment
    02:01 - activating virtual environment
    02:43 - Installing FastAPI

Комментарии • 3

  • @krishnayadav-rb2ei
    @krishnayadav-rb2ei Год назад +1

    Very nicely explained. Good job

  • @jitendrakumarnayak8857
    @jitendrakumarnayak8857 8 месяцев назад +1

    good job, but the instructor says somewhere after 0:16 that the same things apply for Windows systems as well, but they don't.
    For bash, use:
    \Scripts\activate
    For Windows PowerShell, point to the working directory and then execute:
    .\\Scripts\Activate
    For Windows, in case of “running files disabled issue”, run below command, and then try above ones:
    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
    Thanks and good luck !!