This README.md assumes proficiency with the uv tool. But, feel free to use your python dependency manager of choice (pip, poetry, rye, etc)
uv venv
soure .venv/bin/activate
# This next line should install vyper & snekmate, if not, install them with `uv add vyper` and `uv add snekmate`
uv sync This will pass
vyper basic_token.vyThis will fail
zkvyper basic_token.vy