This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
old-scribeengine/README.rst

21 lines
346 B
ReStructuredText
Raw Permalink Normal View History

ScribeEngine
============
ScribeEngine is an open source blog engine written in Python and Flask.
Installation and Setup
----------------------
Install ScribeEngine using ``pip``::
pip install ScribeEngine
Run the setup wizard to create a config file::
$ python -m scribeengine.config
Run a local server::
$ python -m scribeengine