diff options
| author | J08nY | 2024-07-16 18:20:56 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-16 18:20:56 +0200 |
| commit | c4dac30693e92a638f3416f7144fcb5f38e2713f (patch) | |
| tree | 818079220ef9e4d46ab0eac4471346ac46dffb8c /docs/installation.rst | |
| parent | 3124344985e3b8199f60addc3a35fd860d4a5cb3 (diff) | |
| download | pyecsca-c4dac30693e92a638f3416f7144fcb5f38e2713f.tar.gz pyecsca-c4dac30693e92a638f3416f7144fcb5f38e2713f.tar.zst pyecsca-c4dac30693e92a638f3416f7144fcb5f38e2713f.zip | |
Diffstat (limited to 'docs/installation.rst')
| -rw-r--r-- | docs/installation.rst | 10 |
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 |
