Skip to content

Commit

Permalink
Updated the documentation for installing Maestro (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsemler authored Aug 21, 2020
1 parent 325ac8b commit fda0aaf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
8 changes: 7 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ increasingly complex workflow processes across platforms.
Getting Started is Quick and Easy
==================================

Maestro can be installed easily with ``pip``:

.. code:: bash
pip install maestrowf
Create a ``YAML`` file named ``study.yaml`` and paste the following content
into the file:

Expand Down Expand Up @@ -97,7 +103,7 @@ And, running the study is still as simple as:
:maxdepth: 4
:caption: Contents:

getting_started
installing
quick_start
hello_world
lulesh_breakdown
Expand Down
21 changes: 11 additions & 10 deletions docs/source/getting_started.rst → docs/source/installing.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Getting Started
================
Installing Maestro
==================

Maestro can be installed via ``pip``:

.. code:: bash
$ pip install maestrowf
.. note:: Using a `virtualenv <https://virtualenv.pypa.io/en/stable/>`_ is recommended.


Maestro Docker Container
************************
Expand All @@ -18,14 +27,6 @@ Once inside the Docker container, the following should bring up help::

For more information on using Dockerfiles, checkout Docker's `documentation <https://docs.docker.com/engine/reference/builder/>`.

Installing MaestroWF
*********************

MaestroWF can be installed via pip outside of Docker with the following::

$ pip install maestrowf

.. note:: Using a `virtualenv <https://virtualenv.pypa.io/en/stable/>`_ is recommended.

Once installed run::

Expand Down

0 comments on commit fda0aaf

Please sign in to comment.