File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55With 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
You can’t perform that action at this time.
0 commit comments