amanusk / cairo-paradigm-ctf

Solutions and scripts for Cairo Challenges of Paradigm CTF 2022
11 stars 0 forks source link

`pip install yaml` doesn't work, use `pip install pyyaml` instead #1

Open ggballas opened 1 year ago

ggballas commented 1 year ago

In the readme it says packages should be installed:

pip install yaml ecdsa pysha3 web3 cairo-lang

Replace with:

pip install pyyaml ecdsa pysha3 web3 cairo-lang

amanusk commented 1 year ago

yep, thats correct. I would also advise to use virtualenv and not install globally. please make a pr to fix this if you have a moment

ggballas commented 1 year ago

yep, working on all that now, will do 👍