-
Notifications
You must be signed in to change notification settings - Fork 14
How to run Minerva Author? (from source code)
John Hoffer edited this page Mar 24, 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.
- Clone minerva author to your local computer:
git clone https://github.com/labsyspharm/minerva-author.git
cd minerva-author
git submodule update --init --recursive
conda config --add channels conda-forge
conda create --name author python=3.7 nomkl
conda activate author
pip install numpy
pip install -r requirements.txt
conda install zarr
python src/app.py
- Open a browser to
localhost:2020