diff --git a/tools/make/requirements.txt b/tools/make/requirements.txt index 87ae579b..dfe19747 100644 --- a/tools/make/requirements.txt +++ b/tools/make/requirements.txt @@ -1,4 +1,5 @@ cairo-lang==0.13.0 protobuf==3.20.3 inquirer -pandas \ No newline at end of file +pandas +tabulate \ No newline at end of file diff --git a/tools/make/setup.sh b/tools/make/setup.sh index 500e0f4c..2c1bbdc4 100755 --- a/tools/make/setup.sh +++ b/tools/make/setup.sh @@ -18,6 +18,6 @@ fi protostar install echo "compiling Gnark..." -cd ./tools/gnark -go build main.go +make go + echo "All done!"