You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/installation.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,16 @@ pip install proof_frog
115
115
{: .note }
116
116
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.
117
117
118
+
## Upgrade ProofFrog
119
+
120
+
To upgrade to the latest version of ProofFrog, activate your virtual environment and run:
121
+
122
+
```bash
123
+
pip install --upgrade proof_frog
124
+
```
125
+
126
+
After upgrading, you can re-run `proof_frog download-examples` to get the examples matching the new version.
127
+
118
128
## Verify your ProofFrog installation
119
129
120
130
To confirm that ProofFrog installed correctly, run:
0 commit comments