以下のコマンドを順に実行し、動作を確認してください。 $ python -m venv venv $ venv/Scripts/activate $ pip install -r requirements.txt $ python manage.py runserver