0
0

FAST API で使うコマンド

Posted at

自分用メモ

サーバ起動

uvicorn blog.main:app --reload

ライブラリ バックアップ

pip freeze > requirements.txt

Import sort

isort .

仮想環境 有効化

source Scripts/activate

仮想環境 無効化

deactivate
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0