From b43235e7f79b5d0fe1dbdac76aea9e52bd12d547 Mon Sep 17 00:00:00 2001 From: first_user Date: Sat, 18 Nov 2023 15:50:08 +0900 Subject: [PATCH] =?UTF-8?q?pip=E8=87=AA=E8=BA=AB=E3=81=A8setuptools?= =?UTF-8?q?=E3=81=AE=E6=9B=B4=E6=96=B0=E3=82=82=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b2fd9b..caf25cf 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,7 @@ python manage.py runserver ```bash python3 -m venv env . env/bin/activate +pip install -U pip setuptools pip install -r requirements.txt sh download.sh python manage.py migrate