- on Do 14 Mai 2015
Ein Blog aufzubauen durch Pelicn
准备工作
- download the python-3.4.3.amd64.msi(cause my PC is 64bit) and install it.
Note: the pip is already in the install folder "~/python34/scripts/"
- put the c:/python34/scripts/ in the environment varible in computer
Windows 7 从“开始”菜单选择“电脑” 从上下文菜单选择“系统属性” 单击“高级系统设置 高级”选项卡 单击“环境变量”,然后在“系统变量”下找到 PATH 并单击。 在“编辑”窗口中,通过将类的位置添加到 PATH 的值来修改 PATH。如果没有项 PATH,可以选择添加新变量,然后添加 PATH 作为名称,添加类位置作为值。
pip install pelican pip install markdown
then do follow the steps in these Links
Then we are done!