Skip to content

How to run Minerva Author? (from source code)

John Hoffer edited this page Jan 7, 2021 · 6 revisions

Minerva Author is the tool that helps you to create your own Minerva story.

Below are step-by-step instructions on how to download, install, and get started using Minerva Author using terminal.

You can follow along using this example dataset.

1. Download Minerva Author

2. Install Minerva Author

conda create --name author python=3.6

pip install -r requirements.txt

3. Run Minerva Author

python src/app.py
  • Open a browser to localhost:2020
Clone this wiki locally