- Python 3.7+
- Git
- Install UV (Python package installer)
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
- Install Python Dependencies with UV
uv add eth-ape ape-vyper vyper titanoboa ipython
uv run ape --version
That's it! You're ready to start developing with Vyper.
For issues:
- UV docs: https://github.com/astral-sh/uv
- Foundry docs: https://book.getfoundry.sh
- Ape docs: https://docs.apeworx.io