Here's a quick step by step tutorial to install python and Django on your Windows PC:
- Download and install Python
- Modify The %PATH% environment variable:
- Windows Vista & 7 :
Start --> Control Panel --> System and maintenance --> System --> Advanced system settings --> Environment variables --> System variables --> Path
-Windows XP :
Start --> Control Panel --> Performance and maintenance --> System --> Advanced --> Environment variables --> System variables --> Path
- addC:\Python27;C:\Python27\Lib\site-packages\django\bin
to the value of the variable path
- Download the latest release of Django download page (Django-1.2.1.tar.gz).
- Untar the downloaded file, (You can use a GUI-based tool such as 7-zip)
- Open a prompt command and change into the directory created in step 4.
- Run the command "python setup.py install"
django is installed - Install Mysql, the easiest way is to use WampServer2 or XAMPP
- Installer pymysql
see my tutorial here
No comments:
Post a Comment