Skip to content

Commit

Permalink
Add Debugging section
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Aug 5, 2024
1 parent c5f2c13 commit 65921ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ This repository is inspired by and uses code from the following projects:
- [foundry-rs/forge-template](https://github.com/foundry-rs/forge-template)

We are grateful to the authors and contributors of these projects for their valuable work and inspiration.

## Debugging

* The Vyper deployer originally used the `python` command. In this repository, it has been changed to `python3` for simplicity. If you encounter any issues running the tests, try switching back to python.
* If `vyper --version` returns a version lower than 0.4.0, please refer to the [Vyper installation documentation](https://docs.vyperlang.org/en/latest/installing-vyper.html). (If you experience issues with pip, try running `python3 -m pip install vyper==0.4.0`)

0 comments on commit 65921ac

Please sign in to comment.