Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ well as acceptance testing. You will require the following:
- [Poetry](https://python-poetry.org/) installed for dependency and virtualenv management for python dependencies, to install:

```bash
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
curl -sSL https://install.python-poetry.org/ | python -
```

To download go tooling used for static analysis and dependent go modules run the following:
Expand Down
Loading