From ccebbff598886a99e1120130f95cfad2ab3b0f77 Mon Sep 17 00:00:00 2001 From: first_user Date: Sat, 8 Feb 2020 02:21:28 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E3=81=88=E3=82=8B=E3=81=8B=E5=88=86?= =?UTF-8?q?=E3=81=8B=E3=82=89=E3=81=AA=E3=81=84=E3=81=91=E3=81=A9=E3=82=B3?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=83=96=E3=83=AD=E3=83=83=E3=82=AF=E3=82=92?= =?UTF-8?q?=E4=BD=BF=E3=81=A3=E3=81=A6=E3=81=BF=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 29e428a..f28669f 100644 --- a/readme.md +++ b/readme.md @@ -14,13 +14,17 @@ ## 使い方 +```bash python manage.py runserver +``` ## インストール +```bash python3 -m venv env source env/bin/activate pip install -r requirements.txt +``` ## ライセンス