Mjolnir Installation

Note

Mjolnir is now available as a web application! You can access Mjolnir directly through your web browser at: https://wanglab.tech/mjolnir_launch

There is no need to install anything locally unless you prefer to run the app on your own machine.

Warning

The source code for Mjolnir is no longer provided. Local installation is not supported at this time.

If you have any questions, please contact the developers or visit the web application link above for access.

Prerequisites

  • Python 3.9 or later

  • pip or conda package manager

Installation Steps

1. Create a conda environment

conda create -n mjolnir python=3.9

2. Activate the environment

conda activate mjolnir

1. Download the source code

Unzip the downloaded file and navigate to the root directory of the repository, i.e., the directory that contains the file setup.py:

cd Mjolnir

1. Install the required dependencies

On MacOS or Linux:

pip install -r requirements.txt

On Windows:

pip install -r requirements-w.txt

5. Install Mjolnir

pip install .

6. Launch the webapp locally

Your web browser should automatically open the app after you run the following command:

python ./app/app.py