Skip to content

Commit e24ea0c

Browse files
committed
Tighten the primer's guidance against the system Python interpreter
Drop the speculative "likely does not have PyPhi installed" aside in favor of a direct instruction.
1 parent 4e51e50 commit e24ea0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyphi/mcp/content/primer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ at https://pyphi.readthedocs.io, or the installed package's own docstrings
4949

5050
When you run PyPhi in a shell rather than through these tools, use the project's
5151
virtual environment — `uv run python` if it is a uv project, otherwise the
52-
environment's own `python` — not the bare system `python`, which likely does not
53-
have PyPhi installed.
52+
environment's own `python` — never the bare system `python`.
5453

5554
## Two things to keep straight from the start
5655

0 commit comments

Comments
 (0)