Skip to content

Commit

Permalink
update setup & requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Feb 21, 2024
1 parent e06f26f commit 5c357a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tools/make/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cairo-lang==0.13.0
protobuf==3.20.3
inquirer
pandas
pandas
tabulate
4 changes: 2 additions & 2 deletions tools/make/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ fi

protostar install
echo "compiling Gnark..."
cd ./tools/gnark
go build main.go
make go

echo "All done!"

0 comments on commit 5c357a9

Please sign in to comment.