From 5cb61c4fe515cb7676a2d437d14acd3b458d82af Mon Sep 17 00:00:00 2001 From: first_user Date: Sat, 18 Nov 2023 15:32:55 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=BC=E3=82=BF=E3=83=99=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=81=AEmigrate=E3=81=AB=E3=81=A4=E3=81=84=E3=81=A6?= =?UTF-8?q?=E3=82=82=E4=B8=80=E5=BF=9Creadme=E3=81=AB=E5=85=A5=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 20c7fc2..5b2fd9b 100644 --- a/readme.md +++ b/readme.md @@ -26,9 +26,10 @@ python manage.py runserver ```bash python3 -m venv env -source env/bin/activate +. env/bin/activate pip install -r requirements.txt sh download.sh +python manage.py migrate ``` ## ライセンス @@ -45,4 +46,4 @@ Copyright (c) 2020 first_user ## 作者 -[first_user](https://twitter.com/firstuser17) \ No newline at end of file +[first_user](https://twitter.com/firstuser17)