2018/09/10

Python and Django with WinXP


Python 3.4.4 is last version in WinXP.




Step 1: Install and append "Python.exe" in path. (Select "Add Python to environment" when Setup)


Step 2: Run "pip.exe install django". (In 2003: "pip.exe install django==2.0.8")

Step 3: Run "django-admin startproject mysite" to build first website project.


Step 4: Run "python manage.py runserver".

Good job!!

沒有留言:

張貼留言