Skip to content

Commit

Permalink
Merge pull request #1188 from datalad-handbook/container-ext
Browse files Browse the repository at this point in the history
add installation info for datalad-container
  • Loading branch information
adswa authored Nov 14, 2023
2 parents 0c17f72 + 5aeadc8 commit 8f2eada
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/basics/101-133-containersrun.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ This section will give a quick overview on what containers are and
demonstrate how ``datalad-container`` helps to capture full provenance of an
analysis by linking containers to datasets and analyses.

.. importantnote:: Install the datalad-container extension

This section uses the :term:`DataLad extension` ``datalad-container``.
As other extensions, it is a stand-alone Python package, and can be installed using :term:`pip`:

.. code-block:: bash
$ pip install datalad-container
As with DataLad and other Python packages, you might want to do the installation in a :term:`virtual environment`.


.. index::
pair: recipe; software container concept
pair: image; software container concept
Expand Down

0 comments on commit 8f2eada

Please sign in to comment.