Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanxiaomax/pyhtmlmaker
https://github.com/hanxiaomax/pyhtmlmaker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanxiaomax/pyhtmlmaker
- Owner: hanxiaomax
- Created: 2015-04-20T11:23:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T13:38:37.000Z (over 9 years ago)
- Last Synced: 2023-08-13T02:31:17.123Z (over 1 year ago)
- Language: HTML
- Size: 2.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
##使用python+pyh生成html的例子
###配置环境及运行
1.安装- [pip](https://pypi.python.org/pypi/pip)
- virtualenv`pip install virtualenv`
- pyh
- pyh无法从pip直接安装,请至[此处下载](https://github.com/hanxiaomax/pyh)并运行`python setup.py install`
- [pyh包wiki](https://github.com/hanxiaomax/pyh/wiki)2.创建虚拟环境并切换
```
virtualenv ENV
source ENV/bin/activate
```对于windows系统
```
virtualenv ENV
source ENV/Scripts/activate
```3.运行demo
```
python demo.py
```