qml icon indicating copy to clipboard operation
qml copied to clipboard

Provide tutorial requirement information

Open josh146 opened this issue 5 years ago • 1 comments

The demonstrations page should have a section at the bottom, providing the Python environment details used to build the tutorials.

For example, something like the following:

.. rubric:: Running the tutorials

    All tutorials are built using the following requirements.

We could either include directly the text within requirements.txt (will probably look ugly), or just link to the file on GitHub.

josh146 avatar May 13 '20 06:05 josh146

Addendum: this is not entirely accurate.

While all executed demos (those with filenames beginning tutorial_) will share the same requirements as the top level requirements.txt file), non-executed demos have requirements known only by the demo author.

josh146 avatar Jan 13 '21 14:01 josh146