Install#
- Windows での Django のインストール方法
- 以下手順にて仮想環境構築
python -m venv venv.\venv\Scripts\Activate.ps1python.exe -m pip install --upgrade pippython -m pip install Djangopython -m pip install colorama
Tip
vscode で仮想環境を選択するには以下の手順
Ctrl+Shift+Pを同時に押下しコマンドパレットを開く- python と入力
python: Select Interpreterを選択- 作成したvenv を選択