Skip to content

Commit 0178374

Browse files
committed
Mention ensurepip
1 parent 76f7ed4 commit 0178374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manual/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ Once activated, your prompt will show the name of the environment (e.g., `(.venv
121121
pip install proof_frog
122122
```
123123
124+
{: .note }
125+
If `pip` is not recognized, run `python3 -m ensurepip` (or `python -m ensurepip` on Windows) first, then retry the install command.
126+
124127
{: .note }
125128
The virtual environment ensures that ProofFrog's dependencies do not conflict with other Python packages you have installed, and makes it straightforward to uninstall ProofFrog completely by simply deleting the `.venv` directory.
126129

0 commit comments

Comments
 (0)