.. _quickstart: Quickstart ========== The DynRM software project is available `here `__. DynRM and its dependencies can be installed into a dedicated environment using the `DynPkgs package manager `__: .. code-block:: console user@host:~# dynpkgs env_install dyn_rm After successful installation, deploy the dyn_rm environment ... .. code-block:: console user@host:~# dynpkgs env_deploy [--nodes=NUM_NODES] dyn_rm DynRM environment is now available in your shell (indicated by (dyn_rm) shell prefix). Refer to the :ref:`basic_usage` section for information on how to use DynRM. .. code-block:: console (dyn_rm) user@host:~# use_dynrm To exit the environemnt simply exit the current shell: .. code-block:: console (dyn_rm) user@host:~# exit