Skip to content

Commit

Permalink
docs: snekmate example fix (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 20, 2024
1 parent eac9d5e commit b675967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/userguides/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ You can use dependencies from [PyPI](https://pypi.org/) by using the `pypi:` key
dependencies:
- pypi: snekmate
config_override:
contracts_folder: src
base_path: src
contracts_folder: snekmate
```

When using the `pypi:` key, dependencies are downloaded and extracted from PyPI using an HTTP requests library.
Expand Down

0 comments on commit b675967

Please sign in to comment.