Edit

Description

1. Install Python 2.7.11 ``` https://www.python.org/ftp/python/2.7.11/python-2.7.11.msi ``` 2. Install pip ``` https://bootstrap.pypa.io/get-pip.py ``` 3. Set Env PATH How to set environment PATH http://www.computerhope.com/issues/ch000549.htm PATH ที่ใช้ Set จะต่างกันตาม PATH ที่ลง แต่โดนปกติจะเป็น ;C:\Python27;C:\Python27\Scripts 4. Install Microsoft Visual C++ Compiler for Python 2.7 ``` https://www.microsoft.com/en-us/download/details.aspx?id=44266 ``` 5. Install core packages e.g. ``` pip install Django pip install requests pip install beautifulsoup4 ```

Option