Skip to content

Commit

Permalink
feat: add poetry entrypoint to the module
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
SebastianScheidegger committed Oct 23, 2024
1 parent 1c84855 commit ed80a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ poetry add https://github.com/SchweizerischeBundesbahnen/python-requirements-ins
```
## Execute
```bash
python -m python_requirements_inspector.main inputs.json
poetry run inspect-requirements path/to/input/json
```
## Outputs will be returned in outputs.json
## Outputs will be returned in /tmp/output_*.json
```json
[
{"id": "requirements1",
Expand Down

0 comments on commit ed80a7a

Please sign in to comment.