Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 508 Bytes

File metadata and controls

executable file
·
25 lines (17 loc) · 508 Bytes

touchvg.github.io

Online document of the TouchVG frameworks.

Quickstart

Install at first

virtualenv venv
. venv/bin/activate
pip install pelican
pip install Markdown

Without virtualenv? You can install as following: cd the direction of this project, and then type: pip install pelican Markdown

Compile

  1. . venv/bin/activate if virtualenv installed.
  2. Cd the direction of this project.
  3. make devserver or make html serve

Go to localhost:8000.