Python课程设计 搭建博客

设置环境变量 Path(两个路径)

C:\Python27\Scripts
C:\Python27

快速生成requirements.txt的安装文件

pip freeze > requirements.txt

安装所需要的文件

pip install -r requirements.txt

cd进入当前文件夹,shell运行

python manage.py shell

猜你喜欢

转载自www.cnblogs.com/BobHuang/p/10139793.html
今日推荐