Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 724 Bytes

README.rst

File metadata and controls

27 lines (18 loc) · 724 Bytes

physiome.journal

The Physiome Journal support package.

Installation and usage

For the mean time, install the package inside a Python virtualenv with the following commands:

$ git clone https://github.com/Physiome/physiome.journal.git
$ cd physiome.journal
$ # remember to (create one then) activate a virtualenv here
$ pip install -e .
$ python setup.py build  # to build the artifacts

Start the demo server simply by

$ python -m repodono.model.demo.flask_standalone journal.toml

Features such as background workers and full site generation will be documented as the source package repodono.model is completed.