Skip to content

Commit 1d01ae8

Browse files
committed
Upgrade instructions
1 parent 61f29f1 commit 1d01ae8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

manual/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,16 @@ pip install proof_frog
115115
{: .note }
116116
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.
117117
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+
118128
## Verify your ProofFrog installation
119129
120130
To confirm that ProofFrog installed correctly, run:

0 commit comments

Comments
 (0)