From 5d5bd05e6ce631f9f91fd4e9f54ccdc02729b5c7 Mon Sep 17 00:00:00 2001 From: guohongze Date: Thu, 20 Apr 2017 11:36:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4dcdb01..6dbda1f5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ssh-copy-id -i /root/.ssh/id_rsa.pub {客户机IP}
ansible和shell管理客户机需要此配置 #### step5:运行 -easy_install pip
+yum install -y python-pip
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate