Skip to content

Commit 226de81

Browse files
authored
Update extra_isolated.md
1 parent 01e3375 commit 226de81

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/extra/extra_isolated.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
With this tool you can download and install with ``pip`` from the [PyPI repository](https://pypi.org/)
66

7+
:::{admonition} ``pip list`` documentation
8+
:class: dropdown
9+
10+
11+
- ``--local``: If in a virtualenv that has global access, do not list globally-installed packages.
12+
- ``--user``: Only output packages installed in user-site.
13+
- [documentation](https://pip.pypa.io/en/stable/cli/pip_list)
14+
:::
15+
716
:::{note}
817

918
- You can use "pip list" on the command line (after loading the python module) to see which packages are available and which versions.
@@ -78,7 +87,7 @@ The next points will be the same for all clusters
7887

7988
:::{note}
8089

81-
- ``source`` can most often be replaced by ``.``, like in ``. Example/bin/activate``. Note the important <space> after ``.``
90+
- ``source`` can most often be replaced by ``.``, like in ``. Example/bin/activate``. Note the important ``<space>`` after ``.``
8291
- For clarity we use the ``source`` style here.
8392
:::
8493

0 commit comments

Comments
 (0)