Skip to content

Commit

Permalink
maturin develop works, move all example to examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gnart33 committed Aug 14, 2023
1 parent f667282 commit 65bb32d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Run the following script to create a Python virtual environment, install require

```bash
# clone this repo and its submodules
git clone --recursive https://github.com/trangnv/chiquito
git clone --recursive https://github.com/qwang98/PyChiquito

# Create a virtual environment
python3 -m venv .env
Expand All @@ -29,7 +29,7 @@ If the above doesn't work, follow the guide here: https://pyo3.rs/main/getting_s
Run fibonacci.py example file using the following script:

```
python3 test/fibonacci.py
python3 examples/fibonacci.py
```

If setup is correct, you should see a print out of the parsed Rust AST circuit and TraceWitness. All Halo2 and Chiquito Debug messages for generating and verifying proof should also appear in the terminal.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 65bb32d

Please sign in to comment.