You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
804 B

  1. Installation
  2. ***********************
  3. Before installing stormpy, make sure `storm <https://moves-rwth.github.io/storm/>`_ is installed.
  4. Clone stormpy into any suitable location::
  5. $ git clone https://srv-i2.informatik.rwth-aachen.de/scm/git/stormpy.git
  6. $ cd stormpy
  7. Here, build stormpy in develop mode using your favourite python distribution way of installing: e.g.::
  8. $ python3 setup.py develop
  9. or::
  10. $ pip install -ve .
  11. .. topic:: Specifying which storm library to use
  12. If you have multiple versions of storm or cmake is not able to find your storm version,
  13. you can specify the `--storm-DIR YOUR-PATH-TO-STORM` flag in the build_ext step::
  14. $ python3 setup.py build_ext --storm-DIR YOUR-PATH-TO-STORM develop
  15. After building, you can run the test files by::
  16. py.test tests/