Flask-rst is simple python tool to create a website from a source of reStructuredText.
The installation is thanks to the Python Package Index and pip really simple.
pip install flask-rst
If you only can use easy_install than use
easy_install flask-rst
Flask-rst requires to run some packages (they will be installed automatically if they not already installed):
- Flask
- Flask-Script
- docutils
- PyYAML