Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates container to install Mira from source #3

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Conversation

brandomr
Copy link
Contributor

This installation is a bit hacky as it requires cloning the Mira repo and installing from source. I was not able to install it per the README but this seems to work.

Verified by:

  1. run make build
  2. run the container (it spins up Jupyter)
  3. exec into the container
  4. open Python repl
  5. run....
import sympy
import itertools
from mira.metamodel import *
from mira.modeling import Model
from mira.modeling.askenet.petrinet import AskeNetPetriNetModel
from mira.modeling.viz import GraphicalModel

to confirm imports work

@mattprintz mattprintz merged commit 1bdd290 into main Jul 13, 2023
@mattprintz mattprintz deleted the mira-install branch July 13, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants