aboutsummaryrefslogtreecommitdiff
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorJ08nY2024-07-16 18:20:56 +0200
committerJ08nY2024-07-16 18:20:56 +0200
commitc4dac30693e92a638f3416f7144fcb5f38e2713f (patch)
tree818079220ef9e4d46ab0eac4471346ac46dffb8c /docs/installation.rst
parent3124344985e3b8199f60addc3a35fd860d4a5cb3 (diff)
downloadpyecsca-c4dac30693e92a638f3416f7144fcb5f38e2713f.tar.gz
pyecsca-c4dac30693e92a638f3416f7144fcb5f38e2713f.tar.zst
pyecsca-c4dac30693e92a638f3416f7144fcb5f38e2713f.zip
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 551fd5f..2917e01 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -146,7 +146,15 @@ Notebooks
=========
The notebook repository is included as a submodule in the core repository.
-However, this version can get outdated during active development.
+However, this version can get outdated during active development. Note that
+the notebooks have some additional requirements that are specified in the ``requirements.txt`` file,
+which you can install with:
+
+.. code-block:: shell
+
+ pip install -r requirements.txt
+
+inside the notebook repository.
.. _Numpy: https://www.numpy.org
.. _Scipy: https://www.scipy.org