Skip to content

Commit 93207da

Browse files
authored
Update README with venv installation note
Clarified installation instructions for nbsphinx-link.
1 parent 8664a76 commit 93207da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ For a Linux system with `apt` (e.g. Ubuntu), you can do:
2525
apt-get install python3-sphinx python3-sphinx-rtd-theme
2626

2727
Note: The `nbsphinx-link` package is needed to process Python notebook examples
28-
but is not available via apt. It may be installed using pip:
28+
but is not available via apt. It may be installed in your venv using pip.
29+
Ubuntu >= 24.04 _requires_ a venv to do this.
2930

30-
pip install nbsphinx-link
31+
pip install nbsphinx-link
3132

3233
Compile the documentation
3334
-------------------------

0 commit comments

Comments
 (0)