Reference: http://www.cnblogs.com/ballwql/p/pelican.html
The reason for this is that my installation environment is different from the original author's installation process, all summarized.
This article is described in the following ways:
- Installation Environment
- Windows installation Environment
- Install software series
- Installation steps
- Python installation
- Setuptools Installation
- PIP installation
- Git Bash Installation
- Pelican installation
- MARKDOWNPAD2 Installation
- Make installation
- Pelican Configuration
- Remote Warehouse Configuration
- General configuration
- Advanced Configuration
- Markdown Blog Writing
1.3.1 Python Installation
Download python2.7 Windows installed version of the official website, I use the Python2.7.6,msi type, directly click on the installation files to install, install the path of their own choice, after installation, add the installation path to the system environment variable path, for example, I installed the following path:
C:\Python27\
1.3.2 Setuptools Installation
The main purpose of installing this plugin is, of course, for the famous Easy_install, which is par with PIP,
python setup.py install
Direct OK
1.3.3 PIP Installation
Pip Here I am downloading the package, after entering the package directly execute Python setup.py install will generate some PIP executable files in the Scripts folder of the Python installation directory.
1.3.4 Git Bash Installation
Git client installation, directly select the default installation is OK, git version is not too low. Baidu a msysgit bag is good
1.3.5 Pelican Installation
Enter the Pelican unpacking package and run the Python setup.py install on OK
Pelican-python Install