Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.13 KB

File metadata and controls

52 lines (29 loc) · 1.13 KB

Installation

mfr is actively developed on Github.

You can clone the public repo:

git clone https://github.com/CenterForOpenScience/modular-file-renderer.git

Or download one of the following:

Make sure that you have installed pspp and are using python v3.13 or greater.

Install poetry to manage dependencies:

pip install poetry==2.1.2

Install requirements:

poetry install

Or for some nicities (like tests):

poetry install --with dev

Start the server:

poetry run invoke server