Skip to content

Commit 29f5a29

Browse files
committed
Add examples checkout to installation instructions
1 parent 06fff36 commit 29f5a29

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ source .venv/bin/activate
1818
pip install proof_frog
1919
```
2020

21+
After installing ProofFrog via pip, you may want to download the examples repository:
22+
23+
```txt
24+
git clone https://github.com/ProofFrog/examples
25+
```
26+
2127
### From source
2228

2329
```txt

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ProofFrog is implemented in Python (3.11+) and can be installed using `pip`:
2222

2323
```txt
2424
pip install proof_frog
25+
git clone https://github.com/ProofFrog/examples # optionally download examples
2526
```
2627

2728
See the [getting started page]({% link getting-started.md %}) for detailed installation options, the web interface, and CLI usage, or the [guide to writing proofs in ProofFrog]({% link guide.md %}).

0 commit comments

Comments
 (0)